Html Css Color HEX #55002A Tyrian Purple

📋 copy color: '#55002A'

red 85 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #55002A

Tints of Tyrian Purple #55002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.07%

R = 66.93%
G = 0%
B = 33.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55002A (or 0x55002A) is known color: Tyrian Purple. HEX triplet: 55, 00 and 2A. RGB value is (85,0,42). Sum of RGB (Red+Green+Blue) = 85+0+42=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #55002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55002A is #AAFFD5. Grayscale: #1E1E1E. Windows color (decimal): -11206614 or 2752597. OLE color: 2752597.

HSL color Cylindrical-coordinate representation of color #55002A: hue angle of 330.35º 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 #55002A is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 42 -
CMYK 0 1 0.51 0.67
HSL 330.35º 1% 0.17% -
HSV(B) 330.35º 1% 0.33% -
XYZ 4.16 2.1 2.38 -
YUV 30.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 85 0 42 0 1 0.51 0.67 330.35 1 0.17
Hex 55 0 2A 0 64 33 43 14A 64 11
Octal 125 0 52 0 144 63 103 512 144 21
Binary 1010101 0 101010 0 1100100 110011 1000011 101001010 1100100 10001

Color Harmonies of #55002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55002A

Black with #55002A

Text Example


Text Example

White with #55002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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