#612062

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

Shades of Palatinate Purple #612062

Tints of Palatinate Purple #612062

Color information

#612062 (or 0x612062) is unknown color: approx Palatinate Purple. HEX triplet: 61, 20 and 62. RGB value is (97,32,98). Sum of RGB (Red+Green+Blue) = 97+32+98=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #612062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612062 is #9EDF9D. Grayscale: #3A3A3A. Windows color (decimal): -10411934 or 6430817. OLE color: 6430817.

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

Color convert

RGB973298-
CMYK0.010.6700.62
HSL299.09º50.77%25.49%-
HSV(B)299.09º67.35%38.43%-
XYZ7.654.4612.01-
YUV58.96150.03155.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=42.73%
G=14.10%
B=43.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9732980.010.6700.62299.0950.7725.49
Hex61206214303E12b3319
Octal1414014211030764536331
Binary1100001100000110001011000011011111010010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612062; }

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

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

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

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

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

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

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

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