#62325E

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

Shades of Palatinate Purple #62325E

Tints of Palatinate Purple #62325E

Color information

#62325E (or 0x62325E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 32 and 5E. RGB value is (98,50,94). Sum of RGB (Red+Green+Blue) = 98+50+94=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62325E is #9DCDA1. Grayscale: #454545. Windows color (decimal): -10341794 or 6173282. OLE color: 6173282.

HSL color Cylindrical-coordinate representation of color #62325E: hue angle of 305º 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 #62325E is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB985094-
CMYK00.490.040.62
HSL305º32.43%29.02%-
HSV(B)305º48.98%38.43%-
XYZ8.25.6911.26-
YUV69.37141.9148.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=40.50%
G=20.66%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98509400.490.040.6230532.4329.02
Hex62325E03143E131201d
Octal142621360614764614035
Binary11000101100101011110011000110011111010011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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