#62165C

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

Shades of Palatinate Purple #62165C

Tints of Palatinate Purple #62165C

Color information

#62165C (or 0x62165C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 16 and 5C. RGB value is (98,22,92). Sum of RGB (Red+Green+Blue) = 98+22+92=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62165C is #9DE9A3. Grayscale: #343434. Windows color (decimal): -10348964 or 6035042. OLE color: 6035042.

HSL color Cylindrical-coordinate representation of color #62165C: hue angle of 304.74º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62165C is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB982292-
CMYK00.780.060.62
HSL304.74º63.33%23.53%-
HSV(B)304.74º77.55%38.43%-
XYZ7.263.9410.5-
YUV52.7150.18160.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=46.23%
G=10.38%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98229200.780.060.62304.7463.3323.53
Hex62165C04E63E1313f18
Octal1422613401166764617730
Binary11000101011010111000100111011011111010011000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62165C; }

 p { color: rgb(98,22,92); }

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

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

 a { background-color: rgb(98,22,92); }

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

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

 span { border-color: rgb(98,22,92); }

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