Html Css Color HEX #69092D Tyrian Purple

📋 copy color: '#69092D'

red 105 ◦ green 9 ◦ blue 45

#69092D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #69092D

Tints of Tyrian Purple #69092D

RGB

 RED value IS 105 (41.41% from 255) = 66.04%

 GREEN value IS 9 (3.91% from 255) = 5.66%

 BLUE value IS 45 (17.97% from 255) = 28.3%

R = 66.04%
G = 5.66%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69092D (or 0x69092D) is known color: Tyrian Purple. HEX triplet: 69, 09 and 2D. RGB value is (105,9,45). Sum of RGB (Red+Green+Blue) = 105+9+45=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #69092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69092D is #96F6D2. Grayscale: #292929. Windows color (decimal): -9893587 or 2951529. OLE color: 2951529.

HSL color Cylindrical-coordinate representation of color #69092D: hue angle of 337.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69092D is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 45 -
CMYK 0 0.91 0.57 0.59
HSL 337.5º 0.84% 0.22% -
HSV(B) 337.5º 0.91% 0.41% -
XYZ 6.4 3.39 2.8 -
YUV 41.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 105 9 45 0 0.91 0.57 0.59 337.5 0.84 0.22
Hex 69 9 2D 0 5B 39 3B 152 54 16
Octal 151 11 55 0 133 71 73 522 124 26
Binary 1101001 1001 101101 0 1011011 111001 111011 101010010 1010100 10110

Color Harmonies of #69092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69092D

Black with #69092D

Text Example


Text Example

White with #69092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69092D; }

 p { color: rgb(105,9,45); }

 H1.HeaderClassName
 {
   color: #69092D;
 }
 .AnyTagClassName
 {
   color: #69092D;
 }
</style>

background-color css

<style>
 a { background-color: #69092D; }

 a { background-color: rgb(105,9,45); }

 div.DivClassName
 {
   background-color: #69092D;
 }
 .BgClassName
 {
   background-color: #69092D;
 }
</style>

border-color css

<style>
 span { border-color: #69092D; }

 span { border-color: rgb(105,9,45); }

 td.TdClassName
 {
   border-color: #69092D;
 }
 .TagClassName
 {
   border-color: #69092D;
 }
</style>