Html Css Color HEX #55002C Tyrian Purple

📋 copy color: '#55002C'

red 85 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #55002C

Tints of Tyrian Purple #55002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.89%
G = 0%
B = 34.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55002C (or 0x55002C) is known color: Tyrian Purple. HEX triplet: 55, 00 and 2C. RGB value is (85,0,44). Sum of RGB (Red+Green+Blue) = 85+0+44=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #55002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55002C is #AAFFD3. Grayscale: #1E1E1E. Windows color (decimal): -11206612 or 2883669. OLE color: 2883669.

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

Color convert

RGB 85 0 44 -
CMYK 0 1 0.48 0.67
HSL 328.94º 1% 0.17% -
HSV(B) 328.94º 1% 0.33% -
XYZ 4.2 2.11 2.57 -
YUV 30.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 85 0 44 0 1 0.48 0.67 328.94 1 0.17
Hex 55 0 2C 0 64 30 43 149 64 11
Octal 125 0 54 0 144 60 103 511 144 21
Binary 1010101 0 101100 0 1100100 110000 1000011 101001001 1100100 10001

Color Harmonies of #55002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55002C

Black with #55002C

Text Example


Text Example

White with #55002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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