Html Css Color HEX #710B84 Purple

📋 copy color: '#710B84'

red 113 ◦ green 11 ◦ blue 132

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

Shades of Purple #710B84

Tints of Purple #710B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 44.14%
G = 4.3%
B = 51.56%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#710B84 (or 0x710B84) is known color: Purple. HEX triplet: 71, 0B and 84. RGB value is (113,11,132). Sum of RGB (Red+Green+Blue) = 113+11+132=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #710B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710B84 is #8EF47B. Grayscale: #363636. Windows color (decimal): -9368700 or 8653681. OLE color: 8653681.

HSL color Cylindrical-coordinate representation of color #710B84: hue angle of 290.58º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710B84 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 11 132 -
CMYK 0.14 0.92 0 0.48
HSL 290.58º 0.85% 0.28% -
HSV(B) 290.58º 0.92% 0.52% -
XYZ 11.09 5.42 22.29 -
YUV 55.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 113 11 132 0.14 0.92 0 0.48 290.58 0.85 0.28
Hex 71 B 84 E 5C 0 30 123 55 1C
Octal 161 13 204 16 134 0 60 443 125 34
Binary 1110001 1011 10000100 1110 1011100 0 110000 100100011 1010101 11100

Color Harmonies of #710B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B84

Black with #710B84

Text Example


Text Example

White with #710B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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