Html Css Color HEX #710472 Purple

📋 copy color: '#710472'

red 113 ◦ green 4 ◦ blue 114

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

Shades of Purple #710472

Tints of Purple #710472

RGB

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

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

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

R = 48.92%
G = 1.73%
B = 49.35%

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

#710472 (or 0x710472) is known color: Purple. HEX triplet: 71, 04 and 72. RGB value is (113,4,114). Sum of RGB (Red+Green+Blue) = 113+4+114=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #710472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710472 is #8EFB8D. Grayscale: #303030. Windows color (decimal): -9370510 or 7472241. OLE color: 7472241.

HSL color Cylindrical-coordinate representation of color #710472: hue angle of 299.45º degrees, saturation: 0.93, 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 #710472 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 4 114 -
CMYK 0.01 0.96 0 0.55
HSL 299.45º 0.93% 0.23% -
HSV(B) 299.45º 0.96% 0.45% -
XYZ 9.89 4.81 16.33 -
YUV 49.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 113 4 114 0.01 0.96 0 0.55 299.45 0.93 0.23
Hex 71 4 72 1 60 0 37 12B 5D 17
Octal 161 4 162 1 140 0 67 453 135 27
Binary 1110001 100 1110010 1 1100000 0 110111 100101011 1011101 10111

Color Harmonies of #710472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710472

Black with #710472

Text Example


Text Example

White with #710472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710472; }

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

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

background-color css

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

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

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

border-color css

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

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

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