Html Css Color HEX #5F155D Palatinate Purple

📋 copy color: '#5F155D'

red 95 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #5F155D

Tints of Palatinate Purple #5F155D

RGB

 RED value IS 95 (37.5% from 255) = 45.45%

 GREEN value IS 21 (8.59% from 255) = 10.05%

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

R = 45.45%
G = 10.05%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#5F155D (or 0x5F155D) is known color: Palatinate Purple. HEX triplet: 5F, 15 and 5D. RGB value is (95,21,93). Sum of RGB (Red+Green+Blue) = 95+21+93=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 95 - color contains mainly: red. Hex color #5F155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F155D is #A0EAA2. Grayscale: #333333. Windows color (decimal): -10545827 or 6100319. OLE color: 6100319.

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

Color convert

RGB 95 21 93 -
CMYK 0 0.78 0.02 0.63
HSL 301.62º 0.64% 0.23% -
HSV(B) 301.62º 0.78% 0.37% -
XYZ 6.96 3.76 10.71 -
YUV 51.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 95 21 93 0 0.78 0.02 0.63 301.62 0.64 0.23
Hex 5F 15 5D 0 4E 2 3F 12E 40 17
Octal 137 25 135 0 116 2 77 456 100 27
Binary 1011111 10101 1011101 0 1001110 10 111111 100101110 1000000 10111

Color Harmonies of #5F155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F155D

Black with #5F155D

Text Example


Text Example

White with #5F155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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