#62155E

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

Shades of Palatinate Purple #62155E

Tints of Palatinate Purple #62155E

Color information

#62155E (or 0x62155E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 15 and 5E. RGB value is (98,21,94). Sum of RGB (Red+Green+Blue) = 98+21+94=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62155E is #9DEAA1. Grayscale: #343434. Windows color (decimal): -10349218 or 6165858. OLE color: 6165858.

HSL color Cylindrical-coordinate representation of color #62155E: hue angle of 303.12º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62155E is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB982194-
CMYK00.790.040.62
HSL303.12º64.71%23.33%-
HSV(B)303.12º78.57%38.43%-
XYZ7.333.9410.96-
YUV52.34151.51160.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=46.01%
G=9.86%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98219400.790.040.62303.1264.7123.33
Hex62155E04F43E12f4117
Octal14225136011747645710127
Binary110001010101101111001001111100111110100101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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