Html Css Color HEX #710884 Purple

📋 copy color: '#710884'

red 113 ◦ green 8 ◦ blue 132

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

Shades of Purple #710884

Tints of Purple #710884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 44.66%
G = 3.16%
B = 52.17%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#710884 (or 0x710884) is known color: Purple. HEX triplet: 71, 08 and 84. RGB value is (113,8,132). Sum of RGB (Red+Green+Blue) = 113+8+132=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #710884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710884 is #8EF77B. Grayscale: #353535. Windows color (decimal): -9369468 or 8652913. OLE color: 8652913.

HSL color Cylindrical-coordinate representation of color #710884: hue angle of 290.81º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710884 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 8 132 -
CMYK 0.14 0.94 0 0.48
HSL 290.81º 0.89% 0.27% -
HSV(B) 290.81º 0.94% 0.52% -
XYZ 11.06 5.35 22.28 -
YUV 53.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 113 8 132 0.14 0.94 0 0.48 290.81 0.89 0.27
Hex 71 8 84 E 5E 0 30 123 59 1B
Octal 161 10 204 16 136 0 60 443 131 33
Binary 1110001 1000 10000100 1110 1011110 0 110000 100100011 1011001 11011

Color Harmonies of #710884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710884

Black with #710884

Text Example


Text Example

White with #710884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710884; }

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

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

background-color css

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

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

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

border-color css

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

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

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