Html Css Color HEX #57075D Palatinate Purple

📋 copy color: '#57075D'

red 87 ◦ green 7 ◦ blue 93

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

Shades of Palatinate Purple #57075D

Tints of Palatinate Purple #57075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 46.52%
G = 3.74%
B = 49.73%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57075D (or 0x57075D) is known color: Palatinate Purple. HEX triplet: 57, 07 and 5D. RGB value is (87,7,93). Sum of RGB (Red+Green+Blue) = 87+7+93=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #57075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57075D is #A8F8A2. Grayscale: #282828. Windows color (decimal): -11073699 or 6096727. OLE color: 6096727.

HSL color Cylindrical-coordinate representation of color #57075D: hue angle of 295.81º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57075D is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 7 93 -
CMYK 0.06 0.92 0 0.64
HSL 295.81º 0.86% 0.2% -
HSV(B) 295.81º 0.92% 0.36% -
XYZ 5.98 2.97 10.61 -
YUV 40.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 87 7 93 0.06 0.92 0 0.64 295.81 0.86 0.2
Hex 57 7 5D 6 5C 0 40 128 56 14
Octal 127 7 135 6 134 0 100 450 126 24
Binary 1010111 111 1011101 110 1011100 0 1000000 100101000 1010110 10100

Color Harmonies of #57075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57075D

Black with #57075D

Text Example


Text Example

White with #57075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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