Html Css Color HEX #55023F Tyrian Purple

📋 copy color: '#55023F'

red 85 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #55023F

Tints of Tyrian Purple #55023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

 BLUE value IS 63 (25% from 255) = 42%

R = 56.67%
G = 1.33%
B = 42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55023F (or 0x55023F) is known color: Tyrian Purple. HEX triplet: 55, 02 and 3F. RGB value is (85,2,63). Sum of RGB (Red+Green+Blue) = 85+2+63=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55023F is #AAFDC0. Grayscale: #212121. Windows color (decimal): -11206081 or 4129365. OLE color: 4129365.

HSL color Cylindrical-coordinate representation of color #55023F: hue angle of 315.9º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55023F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 2 63 -
CMYK 0 0.98 0.26 0.67
HSL 315.9º 0.95% 0.17% -
HSV(B) 315.9º 0.98% 0.33% -
XYZ 4.67 2.33 4.91 -
YUV 33.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 85 2 63 0 0.98 0.26 0.67 315.9 0.95 0.17
Hex 55 2 3F 0 62 1A 43 13C 5F 11
Octal 125 2 77 0 142 32 103 474 137 21
Binary 1010101 10 111111 0 1100010 11010 1000011 100111100 1011111 10001

Color Harmonies of #55023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55023F

Black with #55023F

Text Example


Text Example

White with #55023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55023F; }

 p { color: rgb(85,2,63); }

 H1.HeaderClassName
 {
   color: #55023F;
 }
 .AnyTagClassName
 {
   color: #55023F;
 }
</style>

background-color css

<style>
 a { background-color: #55023F; }

 a { background-color: rgb(85,2,63); }

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

border-color css

<style>
 span { border-color: #55023F; }

 span { border-color: rgb(85,2,63); }

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