Html Css Color HEX #57002B Tyrian Purple

📋 copy color: '#57002B'

red 87 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #57002B

Tints of Tyrian Purple #57002B

RGB

 RED value IS 87 (34.38% from 255) = 66.92%

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

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

R = 66.92%
G = 0%
B = 33.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57002B (or 0x57002B) is known color: Tyrian Purple. HEX triplet: 57, 00 and 2B. RGB value is (87,0,43). Sum of RGB (Red+Green+Blue) = 87+0+43=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #57002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57002B is #A8FFD4. Grayscale: #1E1E1E. Windows color (decimal): -11075541 or 2818135. OLE color: 2818135.

HSL color Cylindrical-coordinate representation of color #57002B: hue angle of 330.34º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57002B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 43 -
CMYK 0 1 0.51 0.66
HSL 330.34º 1% 0.17% -
HSV(B) 330.34º 1% 0.34% -
XYZ 4.37 2.2 2.48 -
YUV 30.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 87 0 43 0 1 0.51 0.66 330.34 1 0.17
Hex 57 0 2B 0 64 33 42 14A 64 11
Octal 127 0 53 0 144 63 102 512 144 21
Binary 1010111 0 101011 0 1100100 110011 1000010 101001010 1100100 10001

Color Harmonies of #57002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57002B

Black with #57002B

Text Example


Text Example

White with #57002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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