Html Css Color HEX #710072 Purple

📋 copy color: '#710072'

red 113 ◦ green 0 ◦ blue 114

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

Shades of Purple #710072

Tints of Purple #710072

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#710072 (or 0x710072) is known color: Purple. HEX triplet: 71, 00 and 72. RGB value is (113,0,114). Sum of RGB (Red+Green+Blue) = 113+0+114=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #710072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710072 is #8EFF8D. Grayscale: #2E2E2E. Windows color (decimal): -9371534 or 7471217. OLE color: 7471217.

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

Color convert

RGB 113 0 114 -
CMYK 0.01 1 0 0.55
HSL 299.47º 1% 0.22% -
HSV(B) 299.47º 1% 0.45% -
XYZ 9.85 4.73 16.31 -
YUV 46.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 113 0 114 0.01 1 0 0.55 299.47 1 0.22
Hex 71 0 72 1 64 0 37 12B 64 16
Octal 161 0 162 1 144 0 67 453 144 26
Binary 1110001 0 1110010 1 1100100 0 110111 100101011 1100100 10110

Color Harmonies of #710072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710072

Black with #710072

Text Example


Text Example

White with #710072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710072; }

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

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

background-color css

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

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

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

border-color css

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

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

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