Html Css Color HEX #710B88 Purple

📋 copy color: '#710B88'

red 113 ◦ green 11 ◦ blue 136

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

Shades of Purple #710B88

Tints of Purple #710B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 43.46%
G = 4.23%
B = 52.31%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710B88 (or 0x710B88) is known color: Purple. HEX triplet: 71, 0B and 88. RGB value is (113,11,136). Sum of RGB (Red+Green+Blue) = 113+11+136=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #710B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710B88 is #8EF477. Grayscale: #373737. Windows color (decimal): -9368696 or 8915825. OLE color: 8915825.

HSL color Cylindrical-coordinate representation of color #710B88: hue angle of 288.96º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710B88 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 11 136 -
CMYK 0.17 0.92 0 0.47
HSL 288.96º 0.85% 0.29% -
HSV(B) 288.96º 0.92% 0.53% -
XYZ 11.37 5.53 23.76 -
YUV 55.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 113 11 136 0.17 0.92 0 0.47 288.96 0.85 0.29
Hex 71 B 88 11 5C 0 2F 121 55 1D
Octal 161 13 210 21 134 0 57 441 125 35
Binary 1110001 1011 10001000 10001 1011100 0 101111 100100001 1010101 11101

Color Harmonies of #710B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B88

Black with #710B88

Text Example


Text Example

White with #710B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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