Html Css Color HEX #5F0661 Palatinate Purple

📋 copy color: '#5F0661'

red 95 ◦ green 6 ◦ blue 97

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

Shades of Palatinate Purple #5F0661

Tints of Palatinate Purple #5F0661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 47.98%
G = 3.03%
B = 48.99%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5F0661 (or 0x5F0661) is known color: Palatinate Purple. HEX triplet: 5F, 06 and 61. RGB value is (95,6,97). Sum of RGB (Red+Green+Blue) = 95+6+97=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0661 is #A0F99E. Grayscale: #2A2A2A. Windows color (decimal): -10549663 or 6358623. OLE color: 6358623.

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

Color convert

RGB 95 6 97 -
CMYK 0.02 0.94 0 0.62
HSL 298.68º 0.88% 0.2% -
HSV(B) 298.68º 0.94% 0.38% -
XYZ 6.94 3.43 11.6 -
YUV 42.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 95 6 97 0.02 0.94 0 0.62 298.68 0.88 0.2
Hex 5F 6 61 2 5E 0 3E 12B 58 14
Octal 137 6 141 2 136 0 76 453 130 24
Binary 1011111 110 1100001 10 1011110 0 111110 100101011 1011000 10100

Color Harmonies of #5F0661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0661

Black with #5F0661

Text Example


Text Example

White with #5F0661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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