Html Css Color HEX #611650 Palatinate Purple

📋 copy color: '#611650'

red 97 ◦ green 22 ◦ blue 80

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

Shades of Palatinate Purple #611650

Tints of Palatinate Purple #611650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.2%

R = 48.74%
G = 11.06%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#611650 (or 0x611650) is known color: Palatinate Purple. HEX triplet: 61, 16 and 50. RGB value is (97,22,80). Sum of RGB (Red+Green+Blue) = 97+22+80=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611650 is #9EE9AF. Grayscale: #323232. Windows color (decimal): -10414512 or 5248609. OLE color: 5248609.

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

Color convert

RGB 97 22 80 -
CMYK 0 0.77 0.18 0.62
HSL 313.6º 0.63% 0.23% -
HSV(B) 313.6º 0.77% 0.38% -
XYZ 6.66 3.69 7.95 -
YUV 51.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 97 22 80 0 0.77 0.18 0.62 313.6 0.63 0.23
Hex 61 16 50 0 4D 12 3E 13A 3F 17
Octal 141 26 120 0 115 22 76 472 77 27
Binary 1100001 10110 1010000 0 1001101 10010 111110 100111010 111111 10111

Color Harmonies of #611650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611650

Black with #611650

Text Example


Text Example

White with #611650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611650; }

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

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

background-color css

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

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

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

border-color css

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

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

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