Html Css Color HEX #710470 Purple

📋 copy color: '#710470'

red 113 ◦ green 4 ◦ blue 112

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

Shades of Purple #710470

Tints of Purple #710470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 49.34%
G = 1.75%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710470 (or 0x710470) is known color: Purple. HEX triplet: 71, 04 and 70. RGB value is (113,4,112). Sum of RGB (Red+Green+Blue) = 113+4+112=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #710470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710470 is #8EFB8F. Grayscale: #303030. Windows color (decimal): -9370512 or 7341169. OLE color: 7341169.

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

Color convert

RGB 113 4 112 -
CMYK 0 0.96 0.01 0.56
HSL 300.55º 0.93% 0.23% -
HSV(B) 300.55º 0.96% 0.44% -
XYZ 9.78 4.77 15.73 -
YUV 48.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 113 4 112 0 0.96 0.01 0.56 300.55 0.93 0.23
Hex 71 4 70 0 60 1 38 12D 5D 17
Octal 161 4 160 0 140 1 70 455 135 27
Binary 1110001 100 1110000 0 1100000 1 111000 100101101 1011101 10111

Color Harmonies of #710470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710470

Black with #710470

Text Example


Text Example

White with #710470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710470; }

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

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

background-color css

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

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

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

border-color css

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

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

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