Html Css Color HEX #710572 Purple

📋 copy color: '#710572'

red 113 ◦ green 5 ◦ blue 114

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

Shades of Purple #710572

Tints of Purple #710572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 48.71%
G = 2.16%
B = 49.14%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#710572 (or 0x710572) is known color: Purple. HEX triplet: 71, 05 and 72. RGB value is (113,5,114). Sum of RGB (Red+Green+Blue) = 113+5+114=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #710572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710572 is #8EFA8D. Grayscale: #313131. Windows color (decimal): -9370254 or 7472497. OLE color: 7472497.

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

Color convert

RGB 113 5 114 -
CMYK 0.01 0.96 0 0.55
HSL 299.45º 0.92% 0.23% -
HSV(B) 299.45º 0.96% 0.45% -
XYZ 9.9 4.83 16.33 -
YUV 49.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 113 5 114 0.01 0.96 0 0.55 299.45 0.92 0.23
Hex 71 5 72 1 60 0 37 12B 5C 17
Octal 161 5 162 1 140 0 67 453 134 27
Binary 1110001 101 1110010 1 1100000 0 110111 100101011 1011100 10111

Color Harmonies of #710572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710572

Black with #710572

Text Example


Text Example

White with #710572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710572; }

 p { color: rgb(113,5,114); }

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

background-color css

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

 a { background-color: rgb(113,5,114); }

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

border-color css

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

 span { border-color: rgb(113,5,114); }

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