#62025B

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

Shades of Palatinate Purple #62025B

Tints of Palatinate Purple #62025B

Color information

#62025B (or 0x62025B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 02 and 5B. RGB value is (98,2,91). Sum of RGB (Red+Green+Blue) = 98+2+91=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62025B is #9DFDA4. Grayscale: #282828. Windows color (decimal): -10354085 or 5964386. OLE color: 5964386.

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

Color convert

RGB98291-
CMYK00.980.070.62
HSL304.38º96%19.61%-
HSV(B)304.38º97.96%38.43%-
XYZ6.953.410.19-
YUV40.85156.3168.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=51.31%
G=1.05%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9829100.980.070.62304.389619.61
Hex6225B06273E1306014
Octal1422133014277646014024
Binary110001010101101101100010111111110100110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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