Html Css Color HEX #570358 Palatinate Purple

📋 copy color: '#570358'

red 87 ◦ green 3 ◦ blue 88

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

Shades of Palatinate Purple #570358

Tints of Palatinate Purple #570358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.44%

R = 48.88%
G = 1.69%
B = 49.44%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570358 (or 0x570358) is known color: Palatinate Purple. HEX triplet: 57, 03 and 58. RGB value is (87,3,88). Sum of RGB (Red+Green+Blue) = 87+3+88=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #570358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570358 is #A8FCA7. Grayscale: #252525. Windows color (decimal): -11074728 or 5768023. OLE color: 5768023.

HSL color Cylindrical-coordinate representation of color #570358: hue angle of 299.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570358 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 3 88 -
CMYK 0.01 0.97 0 0.65
HSL 299.29º 0.93% 0.18% -
HSV(B) 299.29º 0.97% 0.35% -
XYZ 5.72 2.8 9.47 -
YUV 37.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 87 3 88 0.01 0.97 0 0.65 299.29 0.93 0.18
Hex 57 3 58 1 61 0 41 12B 5D 12
Octal 127 3 130 1 141 0 101 453 135 22
Binary 1010111 11 1011000 1 1100001 0 1000001 100101011 1011101 10010

Color Harmonies of #570358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570358

Black with #570358

Text Example


Text Example

White with #570358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570358; }

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

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

background-color css

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

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

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

border-color css

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

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

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