Html Css Color HEX #570352 Tyrian Purple

📋 copy color: '#570352'

red 87 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #570352

Tints of Tyrian Purple #570352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 50.58%
G = 1.74%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#570352 (or 0x570352) is known color: Tyrian Purple. HEX triplet: 57, 03 and 52. RGB value is (87,3,82). Sum of RGB (Red+Green+Blue) = 87+3+82=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570352 is #A8FCAD. Grayscale: #242424. Windows color (decimal): -11074734 or 5374807. OLE color: 5374807.

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

Color convert

RGB 87 3 82 -
CMYK 0 0.97 0.06 0.66
HSL 303.57º 0.93% 0.18% -
HSV(B) 303.57º 0.97% 0.34% -
XYZ 5.49 2.7 8.21 -
YUV 37.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 87 3 82 0 0.97 0.06 0.66 303.57 0.93 0.18
Hex 57 3 52 0 61 6 42 130 5D 12
Octal 127 3 122 0 141 6 102 460 135 22
Binary 1010111 11 1010010 0 1100001 110 1000010 100110000 1011101 10010

Color Harmonies of #570352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570352

Black with #570352

Text Example


Text Example

White with #570352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570352; }

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

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

background-color css

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

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

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

border-color css

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

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

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