#611462

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

Shades of Palatinate Purple #611462

Tints of Palatinate Purple #611462

Color information

#611462 (or 0x611462) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 62. RGB value is (97,20,98). Sum of RGB (Red+Green+Blue) = 97+20+98=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #611462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611462 is #9EEB9D. Grayscale: #333333. Windows color (decimal): -10415006 or 6427745. OLE color: 6427745.

HSL color Cylindrical-coordinate representation of color #611462: hue angle of 299.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611462 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB972098-
CMYK0.010.8000.62
HSL299.23º66.1%23.14%-
HSV(B)299.23º79.59%38.43%-
XYZ7.383.9211.92-
YUV51.91154.01160.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=45.12%
G=9.30%
B=45.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9720980.010.8000.62299.2366.123.14
Hex61146215003E12b4217
Octal14124142112007645310227
Binary1100001101001100010110100000111110100101011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611462; }

 p { color: rgb(97,20,98); }

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

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

 a { background-color: rgb(97,20,98); }

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

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

 span { border-color: rgb(97,20,98); }

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