Html Css Color HEX #57095C Palatinate Purple

📋 copy color: '#57095C'

red 87 ◦ green 9 ◦ blue 92

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

Shades of Palatinate Purple #57095C

Tints of Palatinate Purple #57095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.79%

 BLUE value IS 92 (36.33% from 255) = 48.94%

R = 46.28%
G = 4.79%
B = 48.94%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57095C (or 0x57095C) is known color: Palatinate Purple. HEX triplet: 57, 09 and 5C. RGB value is (87,9,92). Sum of RGB (Red+Green+Blue) = 87+9+92=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #57095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57095C is #A8F6A3. Grayscale: #292929. Windows color (decimal): -11073188 or 6031703. OLE color: 6031703.

HSL color Cylindrical-coordinate representation of color #57095C: hue angle of 296.39º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57095C is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 9 92 -
CMYK 0.05 0.90 0 0.64
HSL 296.39º 0.82% 0.2% -
HSV(B) 296.39º 0.9% 0.36% -
XYZ 5.96 2.99 10.39 -
YUV 41.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 87 9 92 0.05 0.90 0 0.64 296.39 0.82 0.2
Hex 57 9 5C 5 5A 0 40 128 52 14
Octal 127 11 134 5 132 0 100 450 122 24
Binary 1010111 1001 1011100 101 1011010 0 1000000 100101000 1010010 10100

Color Harmonies of #57095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57095C

Black with #57095C

Text Example


Text Example

White with #57095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,9,92); }

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

background-color css

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

 a { background-color: rgb(87,9,92); }

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

border-color css

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

 span { border-color: rgb(87,9,92); }

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