Html Css Color HEX #57033C Tyrian Purple

📋 copy color: '#57033C'

red 87 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #57033C

Tints of Tyrian Purple #57033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 60 (23.83% from 255) = 40%

R = 58%
G = 2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57033C (or 0x57033C) is known color: Tyrian Purple. HEX triplet: 57, 03 and 3C. RGB value is (87,3,60). Sum of RGB (Red+Green+Blue) = 87+3+60=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57033C is #A8FCC3. Grayscale: #222222. Windows color (decimal): -11074756 or 3933015. OLE color: 3933015.

HSL color Cylindrical-coordinate representation of color #57033C: hue angle of 319.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57033C is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 60 -
CMYK 0 0.97 0.31 0.66
HSL 319.29º 0.93% 0.18% -
HSV(B) 319.29º 0.97% 0.34% -
XYZ 4.78 2.42 4.49 -
YUV 34.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 87 3 60 0 0.97 0.31 0.66 319.29 0.93 0.18
Hex 57 3 3C 0 61 1F 42 13F 5D 12
Octal 127 3 74 0 141 37 102 477 135 22
Binary 1010111 11 111100 0 1100001 11111 1000010 100111111 1011101 10010

Color Harmonies of #57033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57033C

Black with #57033C

Text Example


Text Example

White with #57033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,3,60); }

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

background-color css

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

 a { background-color: rgb(87,3,60); }

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

border-color css

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

 span { border-color: rgb(87,3,60); }

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