Html Css Color HEX #710A70 Purple

📋 copy color: '#710A70'

red 113 ◦ green 10 ◦ blue 112

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

Shades of Purple #710A70

Tints of Purple #710A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 48.09%
G = 4.26%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710A70 (or 0x710A70) is known color: Purple. HEX triplet: 71, 0A and 70. RGB value is (113,10,112). Sum of RGB (Red+Green+Blue) = 113+10+112=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #710A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A70 is #8EF58F. Grayscale: #343434. Windows color (decimal): -9368976 or 7342705. OLE color: 7342705.

HSL color Cylindrical-coordinate representation of color #710A70: hue angle of 300.58º 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 #710A70 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 112 -
CMYK 0 0.91 0.01 0.56
HSL 300.58º 0.84% 0.24% -
HSV(B) 300.58º 0.91% 0.44% -
XYZ 9.84 4.9 15.76 -
YUV 52.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 113 10 112 0 0.91 0.01 0.56 300.58 0.84 0.24
Hex 71 A 70 0 5B 1 38 12D 54 18
Octal 161 12 160 0 133 1 70 455 124 30
Binary 1110001 1010 1110000 0 1011011 1 111000 100101101 1010100 11000

Color Harmonies of #710A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A70

Black with #710A70

Text Example


Text Example

White with #710A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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