Html Css Color HEX #5D0657 Palatinate Purple

📋 copy color: '#5D0657'

red 93 ◦ green 6 ◦ blue 87

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

Shades of Palatinate Purple #5D0657

Tints of Palatinate Purple #5D0657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

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

R = 50%
G = 3.23%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#5D0657 (or 0x5D0657) is known color: Palatinate Purple. HEX triplet: 5D, 06 and 57. RGB value is (93,6,87). Sum of RGB (Red+Green+Blue) = 93+6+87=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0657 is #A2F9A8. Grayscale: #292929. Windows color (decimal): -10680745 or 5703261. OLE color: 5703261.

HSL color Cylindrical-coordinate representation of color #5D0657: hue angle of 304.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0657 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 6 87 -
CMYK 0 0.94 0.06 0.64
HSL 304.14º 0.88% 0.19% -
HSV(B) 304.14º 0.94% 0.36% -
XYZ 6.3 3.15 9.29 -
YUV 41.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 93 6 87 0 0.94 0.06 0.64 304.14 0.88 0.19
Hex 5D 6 57 0 5E 6 40 130 58 13
Octal 135 6 127 0 136 6 100 460 130 23
Binary 1011101 110 1010111 0 1011110 110 1000000 100110000 1011000 10011

Color Harmonies of #5D0657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0657

Black with #5D0657

Text Example


Text Example

White with #5D0657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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