Html Css Color HEX #611661 Palatinate Purple

📋 copy color: '#611661'

red 97 ◦ green 22 ◦ blue 97

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

Shades of Palatinate Purple #611661

Tints of Palatinate Purple #611661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.19%

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

R = 44.91%
G = 10.19%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611661 (or 0x611661) is known color: Palatinate Purple. HEX triplet: 61, 16 and 61. RGB value is (97,22,97). Sum of RGB (Red+Green+Blue) = 97+22+97=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611661 is #9EE99E. Grayscale: #343434. Windows color (decimal): -10414495 or 6362721. OLE color: 6362721.

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

Color convert

RGB 97 22 97 -
CMYK 0 0.77 0 0.62
HSL 300º 0.63% 0.23% -
HSV(B) 300º 0.77% 0.38% -
XYZ 7.37 3.98 11.69 -
YUV 52.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 97 22 97 0 0.77 0 0.62 300 0.63 0.23
Hex 61 16 61 0 4D 0 3E 12C 3F 17
Octal 141 26 141 0 115 0 76 454 77 27
Binary 1100001 10110 1100001 0 1001101 0 111110 100101100 111111 10111

Color Harmonies of #611661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611661

Black with #611661

Text Example


Text Example

White with #611661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611661; }

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

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

background-color css

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

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

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

border-color css

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

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

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