#62025F

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

Shades of Palatinate Purple #62025F

Tints of Palatinate Purple #62025F

Color information

#62025F (or 0x62025F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 02 and 5F. RGB value is (98,2,95). Sum of RGB (Red+Green+Blue) = 98+2+95=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62025F is #9DFDA0. Grayscale: #292929. Windows color (decimal): -10354081 or 6226530. OLE color: 6226530.

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

Color convert

RGB98295-
CMYK00.980.030.62
HSL301.88º96%19.61%-
HSV(B)301.88º97.96%38.43%-
XYZ7.123.4711.12-
YUV41.31158.3168.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=50.26%
G=1.03%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9829500.980.030.62301.889619.61
Hex6225F06233E12e6014
Octal1422137014237645614024
Binary11000101010111110110001011111110100101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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