Html Css Color HEX #5F1361 Palatinate Purple

📋 copy color: '#5F1361'

red 95 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #5F1361

Tints of Palatinate Purple #5F1361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 45.02%
G = 9%
B = 45.97%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5F1361 (or 0x5F1361) is known color: Palatinate Purple. HEX triplet: 5F, 13 and 61. RGB value is (95,19,97). Sum of RGB (Red+Green+Blue) = 95+19+97=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1361 is #A0EC9E. Grayscale: #323232. Windows color (decimal): -10546335 or 6361951. OLE color: 6361951.

HSL color Cylindrical-coordinate representation of color #5F1361: hue angle of 298.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F1361 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 19 97 -
CMYK 0.02 0.80 0 0.62
HSL 298.46º 0.67% 0.23% -
HSV(B) 298.46º 0.8% 0.38% -
XYZ 7.11 3.76 11.66 -
YUV 50.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 95 19 97 0.02 0.80 0 0.62 298.46 0.67 0.23
Hex 5F 13 61 2 50 0 3E 12A 43 17
Octal 137 23 141 2 120 0 76 452 103 27
Binary 1011111 10011 1100001 10 1010000 0 111110 100101010 1000011 10111

Color Harmonies of #5F1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1361

Black with #5F1361

Text Example


Text Example

White with #5F1361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,19,97); }

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

background-color css

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

 a { background-color: rgb(95,19,97); }

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

border-color css

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

 span { border-color: rgb(95,19,97); }

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