#611767

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

Shades of Palatinate Purple #611767

Tints of Palatinate Purple #611767

Color information

#611767 (or 0x611767) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 67. RGB value is (97,23,103). Sum of RGB (Red+Green+Blue) = 97+23+103=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #611767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611767 is #9EE898. Grayscale: #353535. Windows color (decimal): -10414233 or 6756193. OLE color: 6756193.

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

Color convert

RGB9723103-
CMYK0.060.7800.60
HSL295.5º63.49%24.71%-
HSV(B)295.5º77.67%40.39%-
XYZ7.684.1313.22-
YUV54.25155.52158.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=43.50%
G=10.31%
B=46.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97231030.060.7800.60295.563.4924.71
Hex61176764E03C1283f19
Octal1412714761160744507731
Binary11000011011111001111101001110011110010010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611767; }

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

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

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

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

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

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

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

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