Html Css Color HEX #570330 Tyrian Purple

📋 copy color: '#570330'

red 87 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #570330

Tints of Tyrian Purple #570330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 63.04%
G = 2.17%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#570330 (or 0x570330) is known color: Tyrian Purple. HEX triplet: 57, 03 and 30. RGB value is (87,3,48). Sum of RGB (Red+Green+Blue) = 87+3+48=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #570330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570330 is #A8FCCF. Grayscale: #212121. Windows color (decimal): -11074768 or 3146583. OLE color: 3146583.

HSL color Cylindrical-coordinate representation of color #570330: hue angle of 327.86º 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 #570330 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 48 -
CMYK 0 0.97 0.45 0.66
HSL 327.86º 0.93% 0.18% -
HSV(B) 327.86º 0.97% 0.34% -
XYZ 4.5 2.3 3 -
YUV 33.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 87 3 48 0 0.97 0.45 0.66 327.86 0.93 0.18
Hex 57 3 30 0 61 2D 42 148 5D 12
Octal 127 3 60 0 141 55 102 510 135 22
Binary 1010111 11 110000 0 1100001 101101 1000010 101001000 1011101 10010

Color Harmonies of #570330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570330

Black with #570330

Text Example


Text Example

White with #570330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570330; }

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

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

background-color css

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

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

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

border-color css

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

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

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