#62345E

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

Shades of Palatinate Purple #62345E

Tints of Palatinate Purple #62345E

Color information

#62345E (or 0x62345E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 34 and 5E. RGB value is (98,52,94). Sum of RGB (Red+Green+Blue) = 98+52+94=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62345E is #9DCBA1. Grayscale: #464646. Windows color (decimal): -10341282 or 6173794. OLE color: 6173794.

HSL color Cylindrical-coordinate representation of color #62345E: hue angle of 305.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62345E is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB985294-
CMYK00.470.040.62
HSL305.22º30.67%29.41%-
HSV(B)305.22º46.94%38.43%-
XYZ8.295.8611.28-
YUV70.54141.24147.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=40.16%
G=21.31%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98529400.470.040.62305.2230.6729.41
Hex62345E02F43E1311f1d
Octal142641360574764613735
Binary1100010110100101111001011111001111101001100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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