#62115C

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

Shades of Palatinate Purple #62115C

Tints of Palatinate Purple #62115C

Color information

#62115C (or 0x62115C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 11 and 5C. RGB value is (98,17,92). Sum of RGB (Red+Green+Blue) = 98+17+92=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62115C is #9DEEA3. Grayscale: #313131. Windows color (decimal): -10350244 or 6033762. OLE color: 6033762.

HSL color Cylindrical-coordinate representation of color #62115C: hue angle of 304.44º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62115C is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB981792-
CMYK00.830.060.62
HSL304.44º70.43%22.55%-
HSV(B)304.44º82.65%38.43%-
XYZ7.173.7710.48-
YUV49.77151.84162.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=47.34%
G=8.21%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98179200.830.060.62304.4470.4322.55
Hex62115C05363E1304617
Octal14221134012367646010627
Binary110001010001101110001010011110111110100110000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62115C; }

 p { color: rgb(98,17,92); }

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

<style>
 a { background-color: #62115C; }

 a { background-color: rgb(98,17,92); }

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

<style>
 span { border-color: #62115C; }

 span { border-color: rgb(98,17,92); }

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