Html Css Color HEX #57095D Palatinate Purple

📋 copy color: '#57095D'

red 87 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #57095D

Tints of Palatinate Purple #57095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.21%

R = 46.03%
G = 4.76%
B = 49.21%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57095D (or 0x57095D) is known color: Palatinate Purple. HEX triplet: 57, 09 and 5D. RGB value is (87,9,93). Sum of RGB (Red+Green+Blue) = 87+9+93=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #57095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57095D is #A8F6A2. Grayscale: #292929. Windows color (decimal): -11073187 or 6097239. OLE color: 6097239.

HSL color Cylindrical-coordinate representation of color #57095D: hue angle of 295.71º 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 #57095D is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 9 93 -
CMYK 0.06 0.90 0 0.64
HSL 295.71º 0.82% 0.2% -
HSV(B) 295.71º 0.9% 0.36% -
XYZ 6 3.01 10.62 -
YUV 41.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 87 9 93 0.06 0.90 0 0.64 295.71 0.82 0.2
Hex 57 9 5D 6 5A 0 40 128 52 14
Octal 127 11 135 6 132 0 100 450 122 24
Binary 1010111 1001 1011101 110 1011010 0 1000000 100101000 1010010 10100

Color Harmonies of #57095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57095D

Black with #57095D

Text Example


Text Example

White with #57095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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