#62055F

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

Shades of Palatinate Purple #62055F

Tints of Palatinate Purple #62055F

Color information

#62055F (or 0x62055F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 05 and 5F. RGB value is (98,5,95). Sum of RGB (Red+Green+Blue) = 98+5+95=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62055F is #9DFAA0. Grayscale: #2A2A2A. Windows color (decimal): -10353313 or 6227298. OLE color: 6227298.

HSL color Cylindrical-coordinate representation of color #62055F: hue angle of 301.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62055F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB98595-
CMYK00.950.030.62
HSL301.94º90.29%20.2%-
HSV(B)301.94º94.9%38.43%-
XYZ7.163.5311.13-
YUV43.07157.31167.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=49.49%
G=2.53%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9859500.950.030.62301.9490.2920.2
Hex6255F05F33E12e5a14
Octal1425137013737645613224
Binary110001010110111110101111111111110100101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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