Html Css Color HEX #5F0360 Palatinate Purple

📋 copy color: '#5F0360'

red 95 ◦ green 3 ◦ blue 96

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

Shades of Palatinate Purple #5F0360

Tints of Palatinate Purple #5F0360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 48.97%
G = 1.55%
B = 49.48%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5F0360 (or 0x5F0360) is known color: Palatinate Purple. HEX triplet: 5F, 03 and 60. RGB value is (95,3,96). Sum of RGB (Red+Green+Blue) = 95+3+96=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F0360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0360 is #A0FC9F. Grayscale: #282828. Windows color (decimal): -10550432 or 6292319. OLE color: 6292319.

HSL color Cylindrical-coordinate representation of color #5F0360: hue angle of 299.35º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0360 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 3 96 -
CMYK 0.01 0.97 0 0.62
HSL 299.35º 0.94% 0.19% -
HSV(B) 299.35º 0.97% 0.38% -
XYZ 6.86 3.34 11.35 -
YUV 41.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 95 3 96 0.01 0.97 0 0.62 299.35 0.94 0.19
Hex 5F 3 60 1 61 0 3E 12B 5E 13
Octal 137 3 140 1 141 0 76 453 136 23
Binary 1011111 11 1100000 1 1100001 0 111110 100101011 1011110 10011

Color Harmonies of #5F0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0360

Black with #5F0360

Text Example


Text Example

White with #5F0360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,3,96); }

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

background-color css

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

 a { background-color: rgb(95,3,96); }

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

border-color css

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

 span { border-color: rgb(95,3,96); }

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