#710B68

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

Shades of Purple #710B68

Tints of Purple #710B68

Color information

#710B68 (or 0x710B68) is unknown color: approx Purple. HEX triplet: 71, 0B and 68. RGB value is (113,11,104). Sum of RGB (Red+Green+Blue) = 113+11+104=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #710B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B68 is #8EF497. Grayscale: #333333. Windows color (decimal): -9368728 or 6818673. OLE color: 6818673.

HSL color Cylindrical-coordinate representation of color #710B68: hue angle of 305.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B68 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11311104-
CMYK00.900.080.56
HSL305.29º82.26%24.31%-
HSV(B)305.29º90.27%44.31%-
XYZ9.434.7513.52-
YUV52.1157.29171.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=49.56%
G=4.82%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131110400.900.080.56305.2982.2624.31
Hex71B6805A8381315218
Octal161131500132107046112230
Binary111000110111101000010110101000111000100110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710B68; }

 p { color: rgb(113,11,104); }

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

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

 a { background-color: rgb(113,11,104); }

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

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

 span { border-color: rgb(113,11,104); }

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