Html Css Color HEX #710D78 Purple

📋 copy color: '#710D78'

red 113 ◦ green 13 ◦ blue 120

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

Shades of Purple #710D78

Tints of Purple #710D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

 BLUE value IS 120 (47.27% from 255) = 48.78%

R = 45.93%
G = 5.28%
B = 48.78%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710D78 (or 0x710D78) is known color: Purple. HEX triplet: 71, 0D and 78. RGB value is (113,13,120). Sum of RGB (Red+Green+Blue) = 113+13+120=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #710D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D78 is #8EF287. Grayscale: #363636. Windows color (decimal): -9368200 or 7867761. OLE color: 7867761.

HSL color Cylindrical-coordinate representation of color #710D78: hue angle of 296.07º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710D78 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 13 120 -
CMYK 0.06 0.89 0 0.53
HSL 296.07º 0.8% 0.26% -
HSV(B) 296.07º 0.89% 0.47% -
XYZ 10.34 5.15 18.22 -
YUV 55.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 113 13 120 0.06 0.89 0 0.53 296.07 0.8 0.26
Hex 71 D 78 6 59 0 35 128 50 1A
Octal 161 15 170 6 131 0 65 450 120 32
Binary 1110001 1101 1111000 110 1011001 0 110101 100101000 1010000 11010

Color Harmonies of #710D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D78

Black with #710D78

Text Example


Text Example

White with #710D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,120); }

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

background-color css

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

 a { background-color: rgb(113,13,120); }

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

border-color css

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

 span { border-color: rgb(113,13,120); }

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