#62325F

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

Shades of Palatinate Purple #62325F

Tints of Palatinate Purple #62325F

Color information

#62325F (or 0x62325F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 32 and 5F. RGB value is (98,50,95). Sum of RGB (Red+Green+Blue) = 98+50+95=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62325F is #9DCDA0. Grayscale: #454545. Windows color (decimal): -10341793 or 6238818. OLE color: 6238818.

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

Color convert

RGB985095-
CMYK00.490.030.62
HSL303.75º32.43%29.02%-
HSV(B)303.75º48.98%38.43%-
XYZ8.245.711.49-
YUV69.48142.4148.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=40.33%
G=20.58%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98509500.490.030.62303.7532.4329.02
Hex62325F03133E130201d
Octal142621370613764604035
Binary1100010110010101111101100011111111010011000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62325F; }

 p { color: rgb(98,50,95); }

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

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

 a { background-color: rgb(98,50,95); }

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

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

 span { border-color: rgb(98,50,95); }

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