Html Css Color HEX #611960 Palatinate Purple

📋 copy color: '#611960'

red 97 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #611960

Tints of Palatinate Purple #611960

RGB

 RED value IS 97 (38.28% from 255) = 44.5%

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

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

R = 44.5%
G = 11.47%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#611960 (or 0x611960) is known color: Palatinate Purple. HEX triplet: 61, 19 and 60. RGB value is (97,25,96). Sum of RGB (Red+Green+Blue) = 97+25+96=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #611960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611960 is #9EE69F. Grayscale: #363636. Windows color (decimal): -10413728 or 6297953. OLE color: 6297953.

HSL color Cylindrical-coordinate representation of color #611960: hue angle of 300.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611960 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 96 -
CMYK 0 0.74 0.01 0.62
HSL 300.83º 0.59% 0.24% -
HSV(B) 300.83º 0.74% 0.38% -
XYZ 7.39 4.08 11.46 -
YUV 54.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 97 25 96 0 0.74 0.01 0.62 300.83 0.59 0.24
Hex 61 19 60 0 4A 1 3E 12D 3B 18
Octal 141 31 140 0 112 1 76 455 73 30
Binary 1100001 11001 1100000 0 1001010 1 111110 100101101 111011 11000

Color Harmonies of #611960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611960

Black with #611960

Text Example


Text Example

White with #611960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611960; }

 p { color: rgb(97,25,96); }

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

background-color css

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

 a { background-color: rgb(97,25,96); }

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

border-color css

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

 span { border-color: rgb(97,25,96); }

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