#62065C

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

Shades of Palatinate Purple #62065C

Tints of Palatinate Purple #62065C

Color information

#62065C (or 0x62065C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 06 and 5C. RGB value is (98,6,92). Sum of RGB (Red+Green+Blue) = 98+6+92=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62065C is #9DF9A3. Grayscale: #2B2B2B. Windows color (decimal): -10353060 or 6030946. OLE color: 6030946.

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

Color convert

RGB98692-
CMYK00.940.060.62
HSL303.91º88.46%20.39%-
HSV(B)303.91º93.88%38.43%-
XYZ7.033.510.43-
YUV43.31155.48167.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=50%
G=3.06%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9869200.940.060.62303.9188.4620.39
Hex6265C05E63E1305814
Octal1426134013667646013024
Binary1100010110101110001011110110111110100110000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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