Html Css Color HEX #611360 Palatinate Purple

📋 copy color: '#611360'

red 97 ◦ green 19 ◦ blue 96

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

Shades of Palatinate Purple #611360

Tints of Palatinate Purple #611360

RGB

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

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

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

R = 45.75%
G = 8.96%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#611360 (or 0x611360) is known color: Palatinate Purple. HEX triplet: 61, 13 and 60. RGB value is (97,19,96). Sum of RGB (Red+Green+Blue) = 97+19+96=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #611360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611360 is #9EEC9F. Grayscale: #323232. Windows color (decimal): -10415264 or 6296417. OLE color: 6296417.

HSL color Cylindrical-coordinate representation of color #611360: hue angle of 300.77º 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 #611360 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 96 -
CMYK 0 0.80 0.01 0.62
HSL 300.77º 0.67% 0.23% -
HSV(B) 300.77º 0.8% 0.38% -
XYZ 7.27 3.85 11.43 -
YUV 51.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 97 19 96 0 0.80 0.01 0.62 300.77 0.67 0.23
Hex 61 13 60 0 50 1 3E 12D 43 17
Octal 141 23 140 0 120 1 76 455 103 27
Binary 1100001 10011 1100000 0 1010000 1 111110 100101101 1000011 10111

Color Harmonies of #611360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611360

Black with #611360

Text Example


Text Example

White with #611360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611360; }

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

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

background-color css

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

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

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

border-color css

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

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

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