Html Css Color HEX #57095F Palatinate Purple

📋 copy color: '#57095F'

red 87 ◦ green 9 ◦ blue 95

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

Shades of Palatinate Purple #57095F

Tints of Palatinate Purple #57095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 45.55%
G = 4.71%
B = 49.74%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57095F (or 0x57095F) is known color: Palatinate Purple. HEX triplet: 57, 09 and 5F. RGB value is (87,9,95). Sum of RGB (Red+Green+Blue) = 87+9+95=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #57095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57095F is #A8F6A0. Grayscale: #292929. Windows color (decimal): -11073185 or 6228311. OLE color: 6228311.

HSL color Cylindrical-coordinate representation of color #57095F: hue angle of 294.42º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57095F is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 9 95 -
CMYK 0.08 0.91 0 0.63
HSL 294.42º 0.83% 0.2% -
HSV(B) 294.42º 0.91% 0.37% -
XYZ 6.09 3.05 11.09 -
YUV 42.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 87 9 95 0.08 0.91 0 0.63 294.42 0.83 0.2
Hex 57 9 5F 8 5B 0 3F 126 53 14
Octal 127 11 137 10 133 0 77 446 123 24
Binary 1010111 1001 1011111 1000 1011011 0 111111 100100110 1010011 10100

Color Harmonies of #57095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57095F

Black with #57095F

Text Example


Text Example

White with #57095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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