Html Css Color HEX #710B7D Purple

📋 copy color: '#710B7D'

red 113 ◦ green 11 ◦ blue 125

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

Shades of Purple #710B7D

Tints of Purple #710B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 45.38%
G = 4.42%
B = 50.2%

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

#710B7D (or 0x710B7D) is known color: Purple. HEX triplet: 71, 0B and 7D. RGB value is (113,11,125). Sum of RGB (Red+Green+Blue) = 113+11+125=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #710B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B7D is #8EF482. Grayscale: #363636. Windows color (decimal): -9368707 or 8194929. OLE color: 8194929.

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

Color convert

RGB 113 11 125 -
CMYK 0.10 0.91 0 0.51
HSL 293.68º 0.84% 0.27% -
HSV(B) 293.68º 0.91% 0.49% -
XYZ 10.63 5.23 19.85 -
YUV 54.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 113 11 125 0.10 0.91 0 0.51 293.68 0.84 0.27
Hex 71 B 7D A 5B 0 33 126 54 1B
Octal 161 13 175 12 133 0 63 446 124 33
Binary 1110001 1011 1111101 1010 1011011 0 110011 100100110 1010100 11011

Color Harmonies of #710B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B7D

Black with #710B7D

Text Example


Text Example

White with #710B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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