Html Css Color HEX #5D0757 Palatinate Purple

📋 copy color: '#5D0757'

red 93 ◦ green 7 ◦ blue 87

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

Shades of Palatinate Purple #5D0757

Tints of Palatinate Purple #5D0757

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

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

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

Color convert

RGB 93 7 87 -
CMYK 0 0.92 0.06 0.64
HSL 304.19º 0.86% 0.2% -
HSV(B) 304.19º 0.92% 0.36% -
XYZ 6.31 3.17 9.3 -
YUV 41.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 93 7 87 0 0.92 0.06 0.64 304.19 0.86 0.2
Hex 5D 7 57 0 5C 6 40 130 56 14
Octal 135 7 127 0 134 6 100 460 126 24
Binary 1011101 111 1010111 0 1011100 110 1000000 100110000 1010110 10100

Color Harmonies of #5D0757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0757

Black with #5D0757

Text Example


Text Example

White with #5D0757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D0757; }

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

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

background-color css

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

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

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

border-color css

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

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

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