#62325A

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

Shades of Palatinate Purple #62325A

Tints of Palatinate Purple #62325A

Color information

#62325A (or 0x62325A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 32 and 5A. RGB value is (98,50,90). Sum of RGB (Red+Green+Blue) = 98+50+90=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #62325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62325A is #9DCDA5. Grayscale: #444444. Windows color (decimal): -10341798 or 5911138. OLE color: 5911138.

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

Color convert

RGB985090-
CMYK00.490.080.62
HSL310º32.43%29.02%-
HSV(B)310º48.98%38.43%-
XYZ8.025.6210.33-
YUV68.91139.9148.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=41.18%
G=21.01%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98509000.490.080.6231032.4329.02
Hex62325A03183E136201d
Octal1426213206110764664035
Binary110001011001010110100110001100011111010011011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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