#62395F

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

Shades of Palatinate Purple #62395F

Tints of Palatinate Purple #62395F

Color information

#62395F (or 0x62395F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 39 and 5F. RGB value is (98,57,95). Sum of RGB (Red+Green+Blue) = 98+57+95=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #62395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62395F is #9DC6A0. Grayscale: #494949. Windows color (decimal): -10340001 or 6240610. OLE color: 6240610.

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

Color convert

RGB985795-
CMYK00.420.030.62
HSL304.39º26.45%30.39%-
HSV(B)304.39º41.84%38.43%-
XYZ8.576.3511.6-
YUV73.59140.08145.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=39.2%
G=22.8%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98579500.420.030.62304.3926.4530.39
Hex62395F02A33E1301a1e
Octal142711370523764603236
Binary110001011100110111110101010111111101001100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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