Html Css Color HEX #5D125F Palatinate Purple

📋 copy color: '#5D125F'

red 93 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #5D125F

Tints of Palatinate Purple #5D125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 45.15%
G = 8.74%
B = 46.12%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5D125F (or 0x5D125F) is known color: Palatinate Purple. HEX triplet: 5D, 12 and 5F. RGB value is (93,18,95). Sum of RGB (Red+Green+Blue) = 93+18+95=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D125F is #A2EDA0. Grayscale: #303030. Windows color (decimal): -10677665 or 6230621. OLE color: 6230621.

HSL color Cylindrical-coordinate representation of color #5D125F: hue angle of 298.44º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D125F is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 93 18 95 -
CMYK 0.02 0.81 0 0.63
HSL 298.44º 0.68% 0.22% -
HSV(B) 298.44º 0.81% 0.37% -
XYZ 6.8 3.59 11.16 -
YUV 49.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 93 18 95 0.02 0.81 0 0.63 298.44 0.68 0.22
Hex 5D 12 5F 2 51 0 3F 12A 44 16
Octal 135 22 137 2 121 0 77 452 104 26
Binary 1011101 10010 1011111 10 1010001 0 111111 100101010 1000100 10110

Color Harmonies of #5D125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D125F

Black with #5D125F

Text Example


Text Example

White with #5D125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,18,95); }

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

background-color css

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

 a { background-color: rgb(93,18,95); }

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

border-color css

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

 span { border-color: rgb(93,18,95); }

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