Html Css Color HEX #710996 Purple

📋 copy color: '#710996'

red 113 ◦ green 9 ◦ blue 150

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

Shades of Purple #710996

Tints of Purple #710996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 41.54%
G = 3.31%
B = 55.15%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710996 (or 0x710996) is known color: Purple. HEX triplet: 71, 09 and 96. RGB value is (113,9,150). Sum of RGB (Red+Green+Blue) = 113+9+150=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #710996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710996 is #8EF669. Grayscale: #373737. Windows color (decimal): -9369194 or 9832817. OLE color: 9832817.

HSL color Cylindrical-coordinate representation of color #710996: hue angle of 284.26º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710996 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 9 150 -
CMYK 0.25 0.94 0 0.41
HSL 284.26º 0.89% 0.31% -
HSV(B) 284.26º 0.94% 0.59% -
XYZ 12.41 5.91 29.34 -
YUV 56.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 113 9 150 0.25 0.94 0 0.41 284.26 0.89 0.31
Hex 71 9 96 19 5E 0 29 11C 59 1F
Octal 161 11 226 31 136 0 51 434 131 37
Binary 1110001 1001 10010110 11001 1011110 0 101001 100011100 1011001 11111

Color Harmonies of #710996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710996

Black with #710996

Text Example


Text Example

White with #710996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710996; }

 p { color: rgb(113,9,150); }

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

background-color css

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

 a { background-color: rgb(113,9,150); }

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

border-color css

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

 span { border-color: rgb(113,9,150); }

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