#62055B

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

Shades of Palatinate Purple #62055B

Tints of Palatinate Purple #62055B

Color information

#62055B (or 0x62055B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 05 and 5B. RGB value is (98,5,91). Sum of RGB (Red+Green+Blue) = 98+5+91=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62055B is #9DFAA4. Grayscale: #2A2A2A. Windows color (decimal): -10353317 or 5965154. OLE color: 5965154.

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

Color convert

RGB98591-
CMYK00.950.070.62
HSL304.52º90.29%20.2%-
HSV(B)304.52º94.9%38.43%-
XYZ6.983.4610.2-
YUV42.61155.31167.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=50.52%
G=2.58%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9859100.950.070.62304.5290.2920.2
Hex6255B05F73E1315a14
Octal1425133013777646113224
Binary1100010101101101101011111111111110100110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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