Html Css Color HEX #611861 Palatinate Purple

📋 copy color: '#611861'

red 97 ◦ green 24 ◦ blue 97

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

Shades of Palatinate Purple #611861

Tints of Palatinate Purple #611861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 44.5%
G = 11.01%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611861 (or 0x611861) is known color: Palatinate Purple. HEX triplet: 61, 18 and 61. RGB value is (97,24,97). Sum of RGB (Red+Green+Blue) = 97+24+97=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611861 is #9EE79E. Grayscale: #353535. Windows color (decimal): -10413983 or 6363233. OLE color: 6363233.

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

Color convert

RGB 97 24 97 -
CMYK 0 0.75 0 0.62
HSL 300º 0.6% 0.24% -
HSV(B) 300º 0.75% 0.38% -
XYZ 7.41 4.06 11.7 -
YUV 54.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 97 24 97 0 0.75 0 0.62 300 0.6 0.24
Hex 61 18 61 0 4B 0 3E 12C 3C 18
Octal 141 30 141 0 113 0 76 454 74 30
Binary 1100001 11000 1100001 0 1001011 0 111110 100101100 111100 11000

Color Harmonies of #611861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611861

Black with #611861

Text Example


Text Example

White with #611861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611861; }

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

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

background-color css

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

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

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

border-color css

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

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

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