Html Css Color HEX #710270 Purple

📋 copy color: '#710270'

red 113 ◦ green 2 ◦ blue 112

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

Shades of Purple #710270

Tints of Purple #710270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 49.78%
G = 0.88%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710270 (or 0x710270) is known color: Purple. HEX triplet: 71, 02 and 70. RGB value is (113,2,112). Sum of RGB (Red+Green+Blue) = 113+2+112=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #710270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710270 is #8EFD8F. Grayscale: #2F2F2F. Windows color (decimal): -9371024 or 7340657. OLE color: 7340657.

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

Color convert

RGB 113 2 112 -
CMYK 0 0.98 0.01 0.56
HSL 300.54º 0.97% 0.23% -
HSV(B) 300.54º 0.98% 0.44% -
XYZ 9.76 4.72 15.73 -
YUV 47.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 113 2 112 0 0.98 0.01 0.56 300.54 0.97 0.23
Hex 71 2 70 0 62 1 38 12D 61 17
Octal 161 2 160 0 142 1 70 455 141 27
Binary 1110001 10 1110000 0 1100010 1 111000 100101101 1100001 10111

Color Harmonies of #710270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710270

Black with #710270

Text Example


Text Example

White with #710270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710270; }

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

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

background-color css

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

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

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

border-color css

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

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

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