#62335D

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

Shades of Palatinate Purple #62335D

Tints of Palatinate Purple #62335D

Color information

#62335D (or 0x62335D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 33 and 5D. RGB value is (98,51,93). Sum of RGB (Red+Green+Blue) = 98+51+93=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62335D is #9DCCA2. Grayscale: #454545. Windows color (decimal): -10341539 or 6108002. OLE color: 6108002.

HSL color Cylindrical-coordinate representation of color #62335D: hue angle of 306.38º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62335D is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB985193-
CMYK00.480.050.62
HSL306.38º31.54%29.22%-
HSV(B)306.38º47.96%38.43%-
XYZ8.25.7511.03-
YUV69.84141.07148.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=40.50%
G=21.07%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98519300.480.050.62306.3831.5429.22
Hex62335D03053E132201d
Octal142631350605764624035
Binary11000101100111011101011000010111111010011001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62335D; }

 p { color: rgb(98,51,93); }

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

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

 a { background-color: rgb(98,51,93); }

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

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

 span { border-color: rgb(98,51,93); }

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