Html Css Color HEX #710A6E Purple

📋 copy color: '#710A6E'

red 113 ◦ green 10 ◦ blue 110

#710A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #710A6E

Tints of Purple #710A6E

RGB

 RED value IS 113 (44.53% from 255) = 48.5%

 GREEN value IS 10 (4.3% from 255) = 4.29%

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 48.5%
G = 4.29%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#710A6E (or 0x710A6E) is known color: Purple. HEX triplet: 71, 0A and 6E. RGB value is (113,10,110). Sum of RGB (Red+Green+Blue) = 113+10+110=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #710A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A6E is #8EF591. Grayscale: #333333. Windows color (decimal): -9368978 or 7211633. OLE color: 7211633.

HSL color Cylindrical-coordinate representation of color #710A6E: hue angle of 301.75º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A6E is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 110 -
CMYK 0 0.91 0.03 0.56
HSL 301.75º 0.84% 0.24% -
HSV(B) 301.75º 0.91% 0.44% -
XYZ 9.73 4.85 15.18 -
YUV 52.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 113 10 110 0 0.91 0.03 0.56 301.75 0.84 0.24
Hex 71 A 6E 0 5B 3 38 12E 54 18
Octal 161 12 156 0 133 3 70 456 124 30
Binary 1110001 1010 1101110 0 1011011 11 111000 100101110 1010100 11000

Color Harmonies of #710A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A6E

Black with #710A6E

Text Example


Text Example

White with #710A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,110); }

 H1.HeaderClassName
 {
   color: #710A6E;
 }
 .AnyTagClassName
 {
   color: #710A6E;
 }
</style>

background-color css

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

 a { background-color: rgb(113,10,110); }

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

border-color css

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

 span { border-color: rgb(113,10,110); }

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