Html Css Color HEX #5D1468 Palatinate Purple

📋 copy color: '#5D1468'

red 93 ◦ green 20 ◦ blue 104

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

Shades of Palatinate Purple #5D1468

Tints of Palatinate Purple #5D1468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.22%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 42.86%
G = 9.22%
B = 47.93%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5D1468 (or 0x5D1468) is known color: Palatinate Purple. HEX triplet: 5D, 14 and 68. RGB value is (93,20,104). Sum of RGB (Red+Green+Blue) = 93+20+104=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D1468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1468 is #A2EB97. Grayscale: #333333. Windows color (decimal): -10677144 or 6820957. OLE color: 6820957.

HSL color Cylindrical-coordinate representation of color #5D1468: hue angle of 292.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1468 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 20 104 -
CMYK 0.11 0.81 0 0.59
HSL 292.14º 0.68% 0.24% -
HSV(B) 292.14º 0.81% 0.41% -
XYZ 7.26 3.83 13.45 -
YUV 51.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 93 20 104 0.11 0.81 0 0.59 292.14 0.68 0.24
Hex 5D 14 68 B 51 0 3B 124 44 18
Octal 135 24 150 13 121 0 73 444 104 30
Binary 1011101 10100 1101000 1011 1010001 0 111011 100100100 1000100 11000

Color Harmonies of #5D1468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1468

Black with #5D1468

Text Example


Text Example

White with #5D1468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,20,104); }

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

background-color css

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

 a { background-color: rgb(93,20,104); }

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

border-color css

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

 span { border-color: rgb(93,20,104); }

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