Html Css Color HEX #55002B Tyrian Purple

📋 copy color: '#55002B'

red 85 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #55002B

Tints of Tyrian Purple #55002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 66.41%
G = 0%
B = 33.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55002B (or 0x55002B) is known color: Tyrian Purple. HEX triplet: 55, 00 and 2B. RGB value is (85,0,43). Sum of RGB (Red+Green+Blue) = 85+0+43=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #55002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55002B is #AAFFD4. Grayscale: #1E1E1E. Windows color (decimal): -11206613 or 2818133. OLE color: 2818133.

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

Color convert

RGB 85 0 43 -
CMYK 0 1 0.49 0.67
HSL 329.65º 1% 0.17% -
HSV(B) 329.65º 1% 0.33% -
XYZ 4.18 2.11 2.47 -
YUV 30.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 85 0 43 0 1 0.49 0.67 329.65 1 0.17
Hex 55 0 2B 0 64 31 43 14A 64 11
Octal 125 0 53 0 144 61 103 512 144 21
Binary 1010101 0 101011 0 1100100 110001 1000011 101001010 1100100 10001

Color Harmonies of #55002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55002B

Black with #55002B

Text Example


Text Example

White with #55002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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