Html Css Color HEX #710B7E Purple

📋 copy color: '#710B7E'

red 113 ◦ green 11 ◦ blue 126

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

Shades of Purple #710B7E

Tints of Purple #710B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 126 (49.61% from 255) = 50.4%

R = 45.2%
G = 4.4%
B = 50.4%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#710B7E (or 0x710B7E) is known color: Purple. HEX triplet: 71, 0B and 7E. RGB value is (113,11,126). Sum of RGB (Red+Green+Blue) = 113+11+126=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #710B7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B7E is #8EF481. Grayscale: #363636. Windows color (decimal): -9368706 or 8260465. OLE color: 8260465.

HSL color Cylindrical-coordinate representation of color #710B7E: hue angle of 293.22º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710B7E is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 11 126 -
CMYK 0.10 0.91 0 0.51
HSL 293.22º 0.84% 0.27% -
HSV(B) 293.22º 0.91% 0.49% -
XYZ 10.7 5.26 20.19 -
YUV 54.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 113 11 126 0.10 0.91 0 0.51 293.22 0.84 0.27
Hex 71 B 7E A 5B 0 33 125 54 1B
Octal 161 13 176 12 133 0 63 445 124 33
Binary 1110001 1011 1111110 1010 1011011 0 110011 100100101 1010100 11011

Color Harmonies of #710B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B7E

Black with #710B7E

Text Example


Text Example

White with #710B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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