Html Css Color HEX #5D1461 Palatinate Purple

📋 copy color: '#5D1461'

red 93 ◦ green 20 ◦ blue 97

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

Shades of Palatinate Purple #5D1461

Tints of Palatinate Purple #5D1461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 44.29%
G = 9.52%
B = 46.19%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D1461 (or 0x5D1461) is known color: Palatinate Purple. HEX triplet: 5D, 14 and 61. RGB value is (93,20,97). Sum of RGB (Red+Green+Blue) = 93+20+97=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1461 is #A2EB9E. Grayscale: #323232. Windows color (decimal): -10677151 or 6362205. OLE color: 6362205.

HSL color Cylindrical-coordinate representation of color #5D1461: hue angle of 296.88º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1461 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 20 97 -
CMYK 0.04 0.79 0 0.62
HSL 296.88º 0.66% 0.23% -
HSV(B) 296.88º 0.79% 0.38% -
XYZ 6.92 3.69 11.66 -
YUV 50.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 93 20 97 0.04 0.79 0 0.62 296.88 0.66 0.23
Hex 5D 14 61 4 4F 0 3E 129 42 17
Octal 135 24 141 4 117 0 76 451 102 27
Binary 1011101 10100 1100001 100 1001111 0 111110 100101001 1000010 10111

Color Harmonies of #5D1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1461

Black with #5D1461

Text Example


Text Example

White with #5D1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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