Html Css Color HEX #710180 Purple

📋 copy color: '#710180'

red 113 ◦ green 1 ◦ blue 128

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

Shades of Purple #710180

Tints of Purple #710180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 46.69%
G = 0.41%
B = 52.89%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#710180 (or 0x710180) is known color: Purple. HEX triplet: 71, 01 and 80. RGB value is (113,1,128). Sum of RGB (Red+Green+Blue) = 113+1+128=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #710180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710180 is #8EFE7F. Grayscale: #303030. Windows color (decimal): -9371264 or 8388977. OLE color: 8388977.

HSL color Cylindrical-coordinate representation of color #710180: hue angle of 292.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710180 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 1 128 -
CMYK 0.12 0.99 0 0.50
HSL 292.91º 0.98% 0.25% -
HSV(B) 292.91º 0.99% 0.5% -
XYZ 10.72 5.09 20.84 -
YUV 48.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 113 1 128 0.12 0.99 0 0.50 292.91 0.98 0.25
Hex 71 1 80 C 63 0 32 125 62 19
Octal 161 1 200 14 143 0 62 445 142 31
Binary 1110001 1 10000000 1100 1100011 0 110010 100100101 1100010 11001

Color Harmonies of #710180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710180

Black with #710180

Text Example


Text Example

White with #710180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710180; }

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

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

background-color css

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

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

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

border-color css

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

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

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