#62295D

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

Shades of Palatinate Purple #62295D

Tints of Palatinate Purple #62295D

Color information

#62295D (or 0x62295D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 29 and 5D. RGB value is (98,41,93). Sum of RGB (Red+Green+Blue) = 98+41+93=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #62295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62295D is #9DD6A2. Grayscale: #3F3F3F. Windows color (decimal): -10344099 or 6105442. OLE color: 6105442.

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

Color convert

RGB984193-
CMYK00.580.050.62
HSL305.26º41.01%27.25%-
HSV(B)305.26º58.16%38.43%-
XYZ7.814.9710.9-
YUV63.97144.38152.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=42.24%
G=17.67%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98419300.580.050.62305.2641.0127.25
Hex62295D03A53E131291b
Octal142511350725764615133
Binary11000101010011011101011101010111111010011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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