Html Css Color HEX #710170 Purple

📋 copy color: '#710170'

red 113 ◦ green 1 ◦ blue 112

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

Shades of Purple #710170

Tints of Purple #710170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 50%
G = 0.44%
B = 49.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710170 (or 0x710170) is known color: Purple. HEX triplet: 71, 01 and 70. RGB value is (113,1,112). Sum of RGB (Red+Green+Blue) = 113+1+112=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #710170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710170 is #8EFE8F. Grayscale: #2E2E2E. Windows color (decimal): -9371280 or 7340401. OLE color: 7340401.

HSL color Cylindrical-coordinate representation of color #710170: hue angle of 300.54º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710170 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 112 -
CMYK 0 0.99 0.01 0.56
HSL 300.54º 0.98% 0.22% -
HSV(B) 300.54º 0.99% 0.44% -
XYZ 9.75 4.7 15.72 -
YUV 47.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 113 1 112 0 0.99 0.01 0.56 300.54 0.98 0.22
Hex 71 1 70 0 63 1 38 12D 62 16
Octal 161 1 160 0 143 1 70 455 142 26
Binary 1110001 1 1110000 0 1100011 1 111000 100101101 1100010 10110

Color Harmonies of #710170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710170

Black with #710170

Text Example


Text Example

White with #710170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710170; }

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

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

background-color css

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

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

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

border-color css

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

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

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