Html Css Color HEX #5F0561 Palatinate Purple

📋 copy color: '#5F0561'

red 95 ◦ green 5 ◦ blue 97

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

Shades of Palatinate Purple #5F0561

Tints of Palatinate Purple #5F0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 48.22%
G = 2.54%
B = 49.24%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5F0561 (or 0x5F0561) is known color: Palatinate Purple. HEX triplet: 5F, 05 and 61. RGB value is (95,5,97). Sum of RGB (Red+Green+Blue) = 95+5+97=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0561 is #A0FA9E. Grayscale: #2A2A2A. Windows color (decimal): -10549919 or 6358367. OLE color: 6358367.

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

Color convert

RGB 95 5 97 -
CMYK 0.02 0.95 0 0.62
HSL 298.7º 0.9% 0.2% -
HSV(B) 298.7º 0.95% 0.38% -
XYZ 6.93 3.4 11.6 -
YUV 42.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 95 5 97 0.02 0.95 0 0.62 298.7 0.9 0.2
Hex 5F 5 61 2 5F 0 3E 12B 5A 14
Octal 137 5 141 2 137 0 76 453 132 24
Binary 1011111 101 1100001 10 1011111 0 111110 100101011 1011010 10100

Color Harmonies of #5F0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0561

Black with #5F0561

Text Example


Text Example

White with #5F0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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