Html Css Color HEX #5D015D Palatinate Purple

📋 copy color: '#5D015D'

red 93 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #5D015D

Tints of Palatinate Purple #5D015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 49.73%
G = 0.53%
B = 49.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5D015D (or 0x5D015D) is known color: Palatinate Purple. HEX triplet: 5D, 01 and 5D. RGB value is (93,1,93). Sum of RGB (Red+Green+Blue) = 93+1+93=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D015D is #A2FEA2. Grayscale: #262626. Windows color (decimal): -10682019 or 6095197. OLE color: 6095197.

HSL color Cylindrical-coordinate representation of color #5D015D: hue angle of 300º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D015D is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 1 93 -
CMYK 0 0.99 0 0.64
HSL 300º 0.98% 0.18% -
HSV(B) 300º 0.99% 0.36% -
XYZ 6.5 3.14 10.62 -
YUV 39 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 93 1 93 0 0.99 0 0.64 300 0.98 0.18
Hex 5D 1 5D 0 63 0 40 12C 62 12
Octal 135 1 135 0 143 0 100 454 142 22
Binary 1011101 1 1011101 0 1100011 0 1000000 100101100 1100010 10010

Color Harmonies of #5D015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D015D

Black with #5D015D

Text Example


Text Example

White with #5D015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,93); }

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

background-color css

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

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

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

border-color css

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

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

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