Html Css Color HEX #55022F Tyrian Purple

📋 copy color: '#55022F'

red 85 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #55022F

Tints of Tyrian Purple #55022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.07%

R = 63.43%
G = 1.49%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55022F (or 0x55022F) is known color: Tyrian Purple. HEX triplet: 55, 02 and 2F. RGB value is (85,2,47). Sum of RGB (Red+Green+Blue) = 85+2+47=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55022F is #AAFDD0. Grayscale: #1F1F1F. Windows color (decimal): -11206097 or 3080789. OLE color: 3080789.

HSL color Cylindrical-coordinate representation of color #55022F: hue angle of 327.47º 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 #55022F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 2 47 -
CMYK 0 0.98 0.45 0.67
HSL 327.47º 0.95% 0.17% -
HSV(B) 327.47º 0.98% 0.33% -
XYZ 4.28 2.18 2.88 -
YUV 31.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 85 2 47 0 0.98 0.45 0.67 327.47 0.95 0.17
Hex 55 2 2F 0 62 2D 43 147 5F 11
Octal 125 2 57 0 142 55 103 507 137 21
Binary 1010101 10 101111 0 1100010 101101 1000011 101000111 1011111 10001

Color Harmonies of #55022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55022F

Black with #55022F

Text Example


Text Example

White with #55022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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