#710967

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

Shades of Purple #710967

Tints of Purple #710967

Color information

#710967 (or 0x710967) is unknown color: approx Purple. HEX triplet: 71, 09 and 67. RGB value is (113,9,103). Sum of RGB (Red+Green+Blue) = 113+9+103=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #710967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710967 is #8EF698. Grayscale: #323232. Windows color (decimal): -9369241 or 6752625. OLE color: 6752625.

HSL color Cylindrical-coordinate representation of color #710967: hue angle of 305.77º 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 #710967 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB1139103-
CMYK00.920.090.56
HSL305.77º85.25%23.92%-
HSV(B)305.77º92.04%44.31%-
XYZ9.364.6913.24-
YUV50.81157.46172.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=50.22%
G=4%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113910300.920.090.56305.7785.2523.92
Hex7196705C9381325518
Octal161111470134117046212530
Binary111000110011100111010111001001111000100110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710967; }

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

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

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

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

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

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

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

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