Html Css Color HEX #710496 Purple

📋 copy color: '#710496'

red 113 ◦ green 4 ◦ blue 150

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

Shades of Purple #710496

Tints of Purple #710496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 42.32%
G = 1.5%
B = 56.18%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710496 (or 0x710496) is known color: Purple. HEX triplet: 71, 04 and 96. RGB value is (113,4,150). Sum of RGB (Red+Green+Blue) = 113+4+150=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #710496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710496 is #8EFB69. Grayscale: #343434. Windows color (decimal): -9370474 or 9831537. OLE color: 9831537.

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

Color convert

RGB 113 4 150 -
CMYK 0.25 0.97 0 0.41
HSL 284.79º 0.95% 0.3% -
HSV(B) 284.79º 0.97% 0.59% -
XYZ 12.36 5.8 29.32 -
YUV 53.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 113 4 150 0.25 0.97 0 0.41 284.79 0.95 0.3
Hex 71 4 96 19 61 0 29 11D 5F 1E
Octal 161 4 226 31 141 0 51 435 137 36
Binary 1110001 100 10010110 11001 1100001 0 101001 100011101 1011111 11110

Color Harmonies of #710496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710496

Black with #710496

Text Example


Text Example

White with #710496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710496; }

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

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

background-color css

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

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

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

border-color css

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

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

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