#611967

Color #611967 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #611967

Tints of Palatinate Purple #611967

Color information

#611967 (or 0x611967) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 67. RGB value is (97,25,103). Sum of RGB (Red+Green+Blue) = 97+25+103=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #611967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611967 is #9EE698. Grayscale: #373737. Windows color (decimal): -10413721 or 6756705. OLE color: 6756705.

HSL color Cylindrical-coordinate representation of color #611967: hue angle of 295.38º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611967 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9725103-
CMYK0.060.7600.60
HSL295.38º60.94%25.1%-
HSV(B)295.38º75.73%40.39%-
XYZ7.734.2213.24-
YUV55.42154.85157.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=43.11%
G=11.11%
B=45.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97251030.060.7600.60295.3860.9425.1
Hex61196764C03C1273d19
Octal1413114761140744477531
Binary11000011100111001111101001100011110010010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611967; }

 p { color: rgb(97,25,103); }

 H1.HeaderClassName
 {
   color: #611967;
 }
 .AnyTagClassName
 {
   color: #611967;
 }
</style>
background-color css

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

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

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

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

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

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