Html Css Color HEX #69092C Tyrian Purple

📋 copy color: '#69092C'

red 105 ◦ green 9 ◦ blue 44

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

Shades of Tyrian Purple #69092C

Tints of Tyrian Purple #69092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 66.46%
G = 5.7%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#69092C (or 0x69092C) is known color: Tyrian Purple. HEX triplet: 69, 09 and 2C. RGB value is (105,9,44). Sum of RGB (Red+Green+Blue) = 105+9+44=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #69092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69092C is #96F6D3. Grayscale: #292929. Windows color (decimal): -9893588 or 2885993. OLE color: 2885993.

HSL color Cylindrical-coordinate representation of color #69092C: hue angle of 338.12º 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 #69092C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 44 -
CMYK 0 0.91 0.58 0.59
HSL 338.13º 0.84% 0.22% -
HSV(B) 338.13º 0.91% 0.41% -
XYZ 6.38 3.38 2.7 -
YUV 41.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 105 9 44 0 0.91 0.58 0.59 338.13 0.84 0.22
Hex 69 9 2C 0 5B 3A 3B 152 54 16
Octal 151 11 54 0 133 72 73 522 124 26
Binary 1101001 1001 101100 0 1011011 111010 111011 101010010 1010100 10110

Color Harmonies of #69092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69092C

Black with #69092C

Text Example


Text Example

White with #69092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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