#62065A

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

Shades of Palatinate Purple #62065A

Tints of Palatinate Purple #62065A

Color information

#62065A (or 0x62065A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 06 and 5A. RGB value is (98,6,90). Sum of RGB (Red+Green+Blue) = 98+6+90=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62065A is #9DF9A5. Grayscale: #2A2A2A. Windows color (decimal): -10353062 or 5899874. OLE color: 5899874.

HSL color Cylindrical-coordinate representation of color #62065A: hue angle of 305.22º 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 #62065A is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB98690-
CMYK00.940.080.62
HSL305.22º88.46%20.39%-
HSV(B)305.22º93.88%38.43%-
XYZ6.953.479.98-
YUV43.08154.48167.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=50.52%
G=3.09%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9869000.940.080.62305.2288.4620.39
Hex6265A05E83E1315814
Octal14261320136107646113024
Binary11000101101011010010111101000111110100110001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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