Html Css Color HEX #710070 Purple

📋 copy color: '#710070'

red 113 ◦ green 0 ◦ blue 112

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

Shades of Purple #710070

Tints of Purple #710070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.22%
G = 0%
B = 49.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710070 (or 0x710070) is known color: Purple. HEX triplet: 71, 00 and 70. RGB value is (113,0,112). Sum of RGB (Red+Green+Blue) = 113+0+112=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #710070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710070 is #8EFF8F. Grayscale: #2E2E2E. Windows color (decimal): -9371536 or 7340145. OLE color: 7340145.

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

Color convert

RGB 113 0 112 -
CMYK 0 1 0.01 0.56
HSL 300.53º 1% 0.22% -
HSV(B) 300.53º 1% 0.44% -
XYZ 9.73 4.68 15.72 -
YUV 46.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 113 0 112 0 1 0.01 0.56 300.53 1 0.22
Hex 71 0 70 0 64 1 38 12D 64 16
Octal 161 0 160 0 144 1 70 455 144 26
Binary 1110001 0 1110000 0 1100100 1 111000 100101101 1100100 10110

Color Harmonies of #710070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710070

Black with #710070

Text Example


Text Example

White with #710070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710070; }

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

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

background-color css

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

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

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

border-color css

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

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

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