Html Css Color HEX #611168 Palatinate Purple

📋 copy color: '#611168'

red 97 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #611168

Tints of Palatinate Purple #611168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 44.5%
G = 7.8%
B = 47.71%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#611168 (or 0x611168) is known color: Palatinate Purple. HEX triplet: 61, 11 and 68. RGB value is (97,17,104). Sum of RGB (Red+Green+Blue) = 97+17+104=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #611168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611168 is #9EEE97. Grayscale: #323232. Windows color (decimal): -10415768 or 6820193. OLE color: 6820193.

HSL color Cylindrical-coordinate representation of color #611168: hue angle of 295.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611168 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 17 104 -
CMYK 0.07 0.84 0 0.59
HSL 295.17º 0.72% 0.24% -
HSV(B) 295.17º 0.84% 0.41% -
XYZ 7.63 3.94 13.46 -
YUV 50.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 97 17 104 0.07 0.84 0 0.59 295.17 0.72 0.24
Hex 61 11 68 7 54 0 3B 127 48 18
Octal 141 21 150 7 124 0 73 447 110 30
Binary 1100001 10001 1101000 111 1010100 0 111011 100100111 1001000 11000

Color Harmonies of #611168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611168

Black with #611168

Text Example


Text Example

White with #611168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611168; }

 p { color: rgb(97,17,104); }

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

background-color css

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

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

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

border-color css

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

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

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