#62345F

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

Shades of Palatinate Purple #62345F

Tints of Palatinate Purple #62345F

Color information

#62345F (or 0x62345F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 34 and 5F. RGB value is (98,52,95). Sum of RGB (Red+Green+Blue) = 98+52+95=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62345F is #9DCBA0. Grayscale: #464646. Windows color (decimal): -10341281 or 6239330. OLE color: 6239330.

HSL color Cylindrical-coordinate representation of color #62345F: hue angle of 303.91º 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 #62345F is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB985295-
CMYK00.470.030.62
HSL303.91º30.67%29.41%-
HSV(B)303.91º46.94%38.43%-
XYZ8.335.8811.52-
YUV70.66141.74147.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=40%
G=21.22%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98529500.470.030.62303.9130.6729.41
Hex62345F02F33E1301f1d
Octal142641370573764603735
Binary110001011010010111110101111111111101001100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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