Html Css Color HEX #710482 Purple

📋 copy color: '#710482'

red 113 ◦ green 4 ◦ blue 130

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

Shades of Purple #710482

Tints of Purple #710482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.63%

R = 45.75%
G = 1.62%
B = 52.63%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#710482 (or 0x710482) is known color: Purple. HEX triplet: 71, 04 and 82. RGB value is (113,4,130). Sum of RGB (Red+Green+Blue) = 113+4+130=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #710482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710482 is #8EFB7D. Grayscale: #323232. Windows color (decimal): -9370494 or 8520817. OLE color: 8520817.

HSL color Cylindrical-coordinate representation of color #710482: hue angle of 291.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710482 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 4 130 -
CMYK 0.13 0.97 0 0.49
HSL 291.9º 0.94% 0.26% -
HSV(B) 291.9º 0.97% 0.51% -
XYZ 10.88 5.21 21.55 -
YUV 50.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 113 4 130 0.13 0.97 0 0.49 291.9 0.94 0.26
Hex 71 4 82 D 61 0 31 124 5E 1A
Octal 161 4 202 15 141 0 61 444 136 32
Binary 1110001 100 10000010 1101 1100001 0 110001 100100100 1011110 11010

Color Harmonies of #710482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710482

Black with #710482

Text Example


Text Example

White with #710482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710482; }

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

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

background-color css

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

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

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

border-color css

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

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

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