#62065D

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

Shades of Palatinate Purple #62065D

Tints of Palatinate Purple #62065D

Color information

#62065D (or 0x62065D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 06 and 5D. RGB value is (98,6,93). Sum of RGB (Red+Green+Blue) = 98+6+93=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62065D is #9DF9A2. Grayscale: #2B2B2B. Windows color (decimal): -10353059 or 6096482. OLE color: 6096482.

HSL color Cylindrical-coordinate representation of color #62065D: hue angle of 303.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62065D is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB98693-
CMYK00.940.050.62
HSL303.26º88.46%20.39%-
HSV(B)303.26º93.88%38.43%-
XYZ7.083.5210.66-
YUV43.43155.98166.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=49.75%
G=3.05%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9869300.940.050.62303.2688.4620.39
Hex6265D05E53E12f5814
Octal1426135013657645713024
Binary1100010110101110101011110101111110100101111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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