#62025C

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

Shades of Palatinate Purple #62025C

Tints of Palatinate Purple #62025C

Color information

#62025C (or 0x62025C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 02 and 5C. RGB value is (98,2,92). Sum of RGB (Red+Green+Blue) = 98+2+92=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62025C is #9DFDA3. Grayscale: #282828. Windows color (decimal): -10354084 or 6029922. OLE color: 6029922.

HSL color Cylindrical-coordinate representation of color #62025C: hue angle of 303.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62025C is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB98292-
CMYK00.980.060.62
HSL303.75º96%19.61%-
HSV(B)303.75º97.96%38.43%-
XYZ6.993.4110.42-
YUV40.96156.8168.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=51.04%
G=1.04%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9829200.980.060.62303.759619.61
Hex6225C06263E1306014
Octal1422134014267646014024
Binary110001010101110001100010110111110100110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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