Html Css Color HEX #710182 Purple

📋 copy color: '#710182'

red 113 ◦ green 1 ◦ blue 130

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

Shades of Purple #710182

Tints of Purple #710182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 46.31%
G = 0.41%
B = 53.28%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#710182 (or 0x710182) is known color: Purple. HEX triplet: 71, 01 and 82. RGB value is (113,1,130). Sum of RGB (Red+Green+Blue) = 113+1+130=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #710182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710182 is #8EFE7D. Grayscale: #303030. Windows color (decimal): -9371262 or 8520049. OLE color: 8520049.

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

Color convert

RGB 113 1 130 -
CMYK 0.13 0.99 0 0.49
HSL 292.09º 0.98% 0.26% -
HSV(B) 292.09º 0.99% 0.51% -
XYZ 10.85 5.14 21.54 -
YUV 49.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 113 1 130 0.13 0.99 0 0.49 292.09 0.98 0.26
Hex 71 1 82 D 63 0 31 124 62 1A
Octal 161 1 202 15 143 0 61 444 142 32
Binary 1110001 1 10000010 1101 1100011 0 110001 100100100 1100010 11010

Color Harmonies of #710182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710182

Black with #710182

Text Example


Text Example

White with #710182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710182; }

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

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

background-color css

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

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

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

border-color css

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

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

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