Html Css Color HEX #611361 Palatinate Purple

📋 copy color: '#611361'

red 97 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #611361

Tints of Palatinate Purple #611361

RGB

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

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

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

R = 45.54%
G = 8.92%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611361 (or 0x611361) is known color: Palatinate Purple. HEX triplet: 61, 13 and 61. RGB value is (97,19,97). Sum of RGB (Red+Green+Blue) = 97+19+97=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611361 is #9EEC9E. Grayscale: #323232. Windows color (decimal): -10415263 or 6361953. OLE color: 6361953.

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

Color convert

RGB 97 19 97 -
CMYK 0 0.80 0 0.62
HSL 300º 0.67% 0.23% -
HSV(B) 300º 0.8% 0.38% -
XYZ 7.32 3.87 11.67 -
YUV 51.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 97 19 97 0 0.80 0 0.62 300 0.67 0.23
Hex 61 13 61 0 50 0 3E 12C 43 17
Octal 141 23 141 0 120 0 76 454 103 27
Binary 1100001 10011 1100001 0 1010000 0 111110 100101100 1000011 10111

Color Harmonies of #611361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611361

Black with #611361

Text Example


Text Example

White with #611361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611361; }

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

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

background-color css

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

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

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

border-color css

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

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

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