#710962

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

Shades of Palatinate Purple #710962

Tints of Palatinate Purple #710962

Color information

#710962 (or 0x710962) is unknown color: approx Palatinate Purple. HEX triplet: 71, 09 and 62. RGB value is (113,9,98). Sum of RGB (Red+Green+Blue) = 113+9+98=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710962 is #8EF69D. Grayscale: #313131. Windows color (decimal): -9369246 or 6424945. OLE color: 6424945.

HSL color Cylindrical-coordinate representation of color #710962: hue angle of 308.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710962 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB113998-
CMYK00.920.130.56
HSL308.65º85.25%23.92%-
HSV(B)308.65º92.04%44.31%-
XYZ9.114.5911.96-
YUV50.24154.96172.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=51.36%
G=4.09%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11399800.920.130.56308.6585.2523.92
Hex7196205CD381355518
Octal161111420134157046512530
Binary111000110011100010010111001101111000100110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710962; }

 p { color: rgb(113,9,98); }

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

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

 a { background-color: rgb(113,9,98); }

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

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

 span { border-color: rgb(113,9,98); }

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