#612862

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

Shades of Palatinate Purple #612862

Tints of Palatinate Purple #612862

Color information

#612862 (or 0x612862) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 62. RGB value is (97,40,98). Sum of RGB (Red+Green+Blue) = 97+40+98=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #612862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612862 is #9ED79D. Grayscale: #3F3F3F. Windows color (decimal): -10409886 or 6432865. OLE color: 6432865.

HSL color Cylindrical-coordinate representation of color #612862: hue angle of 298.97º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612862 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB974098-
CMYK0.010.5900.62
HSL298.97º42.03%27.06%-
HSV(B)298.97º59.18%38.43%-
XYZ7.894.9412.09-
YUV63.66147.38151.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=41.28%
G=17.02%
B=41.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9740980.010.5900.62298.9742.0327.06
Hex61286213B03E12b2a1b
Octal141501421730764535233
Binary110000110100011000101111011011111010010101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612862; }

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

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

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

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

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

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

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

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