Html Css Color HEX #611561 Palatinate Purple

📋 copy color: '#611561'

red 97 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #611561

Tints of Palatinate Purple #611561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

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

R = 45.12%
G = 9.77%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611561 (or 0x611561) is known color: Palatinate Purple. HEX triplet: 61, 15 and 61. RGB value is (97,21,97). Sum of RGB (Red+Green+Blue) = 97+21+97=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611561 is #9EEA9E. Grayscale: #343434. Windows color (decimal): -10414751 or 6362465. OLE color: 6362465.

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

Color convert

RGB 97 21 97 -
CMYK 0 0.78 0 0.62
HSL 300º 0.64% 0.23% -
HSV(B) 300º 0.78% 0.38% -
XYZ 7.36 3.94 11.68 -
YUV 52.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 97 21 97 0 0.78 0 0.62 300 0.64 0.23
Hex 61 15 61 0 4E 0 3E 12C 40 17
Octal 141 25 141 0 116 0 76 454 100 27
Binary 1100001 10101 1100001 0 1001110 0 111110 100101100 1000000 10111

Color Harmonies of #611561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611561

Black with #611561

Text Example


Text Example

White with #611561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611561; }

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

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

background-color css

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

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

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

border-color css

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

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

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