#62385D

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

Shades of Palatinate Purple #62385D

Tints of Palatinate Purple #62385D

Color information

#62385D (or 0x62385D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 38 and 5D. RGB value is (98,56,93). Sum of RGB (Red+Green+Blue) = 98+56+93=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62385D is #9DC7A2. Grayscale: #484848. Windows color (decimal): -10340259 or 6109282. OLE color: 6109282.

HSL color Cylindrical-coordinate representation of color #62385D: hue angle of 307.14º 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 #62385D is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB985693-
CMYK00.430.050.62
HSL307.14º27.27%30.2%-
HSV(B)307.14º42.86%38.43%-
XYZ8.436.2211.11-
YUV72.78139.41145.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=39.68%
G=22.67%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98569300.430.050.62307.1427.2730.2
Hex62385D02B53E1331b1e
Octal142701350535764633336
Binary1100010111000101110101010111011111101001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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