Html Css Color HEX #55062C Tyrian Purple

📋 copy color: '#55062C'

red 85 ◦ green 6 ◦ blue 44

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

Shades of Tyrian Purple #55062C

Tints of Tyrian Purple #55062C

RGB

 RED value IS 85 (33.59% from 255) = 62.96%

 GREEN value IS 6 (2.73% from 255) = 4.44%

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

R = 62.96%
G = 4.44%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55062C (or 0x55062C) is known color: Tyrian Purple. HEX triplet: 55, 06 and 2C. RGB value is (85,6,44). Sum of RGB (Red+Green+Blue) = 85+6+44=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55062C is #AAF9D3. Grayscale: #212121. Windows color (decimal): -11205076 or 2885205. OLE color: 2885205.

HSL color Cylindrical-coordinate representation of color #55062C: hue angle of 331.14º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55062C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 44 -
CMYK 0 0.93 0.48 0.67
HSL 331.14º 0.87% 0.18% -
HSV(B) 331.14º 0.93% 0.33% -
XYZ 4.27 2.24 2.59 -
YUV 33.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 85 6 44 0 0.93 0.48 0.67 331.14 0.87 0.18
Hex 55 6 2C 0 5D 30 43 14B 57 12
Octal 125 6 54 0 135 60 103 513 127 22
Binary 1010101 110 101100 0 1011101 110000 1000011 101001011 1010111 10010

Color Harmonies of #55062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55062C

Black with #55062C

Text Example


Text Example

White with #55062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,6,44); }

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

background-color css

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

 a { background-color: rgb(85,6,44); }

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

border-color css

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

 span { border-color: rgb(85,6,44); }

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