Html Css Color HEX #611766 Palatinate Purple

📋 copy color: '#611766'

red 97 ◦ green 23 ◦ blue 102

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

Shades of Palatinate Purple #611766

Tints of Palatinate Purple #611766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 43.69%
G = 10.36%
B = 45.95%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#611766 (or 0x611766) is known color: Palatinate Purple. HEX triplet: 61, 17 and 66. RGB value is (97,23,102). Sum of RGB (Red+Green+Blue) = 97+23+102=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #611766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611766 is #9EE899. Grayscale: #353535. Windows color (decimal): -10414234 or 6690657. OLE color: 6690657.

HSL color Cylindrical-coordinate representation of color #611766: hue angle of 296.2º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611766 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 23 102 -
CMYK 0.05 0.77 0 0.6
HSL 296.2º 0.63% 0.25% -
HSV(B) 296.2º 0.77% 0.4% -
XYZ 7.63 4.11 12.96 -
YUV 54.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 97 23 102 0.05 0.77 0 0.6 296.2 0.63 0.25
Hex 61 17 66 5 4D 0 3C 128 3F 19
Octal 141 27 146 5 115 0 74 450 77 31
Binary 1100001 10111 1100110 101 1001101 0 111100 100101000 111111 11001

Color Harmonies of #611766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611766

Black with #611766

Text Example


Text Example

White with #611766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611766; }

 p { color: rgb(97,23,102); }

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

background-color css

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

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

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

border-color css

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

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

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