Html Css Color HEX #5F195D Palatinate Purple

📋 copy color: '#5F195D'

red 95 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #5F195D

Tints of Palatinate Purple #5F195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 44.6%
G = 11.74%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#5F195D (or 0x5F195D) is known color: Palatinate Purple. HEX triplet: 5F, 19 and 5D. RGB value is (95,25,93). Sum of RGB (Red+Green+Blue) = 95+25+93=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F195D is #A0E6A2. Grayscale: #353535. Windows color (decimal): -10544803 or 6101343. OLE color: 6101343.

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

Color convert

RGB 95 25 93 -
CMYK 0 0.74 0.02 0.63
HSL 301.71º 0.58% 0.24% -
HSV(B) 301.71º 0.74% 0.37% -
XYZ 7.04 3.92 10.74 -
YUV 53.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 95 25 93 0 0.74 0.02 0.63 301.71 0.58 0.24
Hex 5F 19 5D 0 4A 2 3F 12E 3A 18
Octal 137 31 135 0 112 2 77 456 72 30
Binary 1011111 11001 1011101 0 1001010 10 111111 100101110 111010 11000

Color Harmonies of #5F195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F195D

Black with #5F195D

Text Example


Text Example

White with #5F195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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