#62025E

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

Shades of Palatinate Purple #62025E

Tints of Palatinate Purple #62025E

Color information

#62025E (or 0x62025E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 02 and 5E. RGB value is (98,2,94). Sum of RGB (Red+Green+Blue) = 98+2+94=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62025E is #9DFDA1. Grayscale: #282828. Windows color (decimal): -10354082 or 6160994. OLE color: 6160994.

HSL color Cylindrical-coordinate representation of color #62025E: hue angle of 302.5º 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 #62025E is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB98294-
CMYK00.980.040.62
HSL302.5º96%19.61%-
HSV(B)302.5º97.96%38.43%-
XYZ7.083.4510.88-
YUV41.19157.8168.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=50.52%
G=1.03%
B=48.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9829400.980.040.62302.59619.61
Hex6225E06243E12e6014
Octal1422136014247645614024
Binary110001010101111001100010100111110100101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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