#62385F

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

Shades of Palatinate Purple #62385F

Tints of Palatinate Purple #62385F

Color information

#62385F (or 0x62385F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 38 and 5F. RGB value is (98,56,95). Sum of RGB (Red+Green+Blue) = 98+56+95=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #62385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62385F is #9DC7A0. Grayscale: #484848. Windows color (decimal): -10340257 or 6240354. OLE color: 6240354.

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

Color convert

RGB985695-
CMYK00.430.030.62
HSL304.29º27.27%30.2%-
HSV(B)304.29º42.86%38.43%-
XYZ8.526.2511.58-
YUV73140.41145.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=39.36%
G=22.49%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98569500.430.030.62304.2927.2730.2
Hex62385F02B33E1301b1e
Octal142701370533764603336
Binary110001011100010111110101011111111101001100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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