Html Css Color HEX #710172 Purple

📋 copy color: '#710172'

red 113 ◦ green 1 ◦ blue 114

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

Shades of Purple #710172

Tints of Purple #710172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 49.56%
G = 0.44%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#710172 (or 0x710172) is known color: Purple. HEX triplet: 71, 01 and 72. RGB value is (113,1,114). Sum of RGB (Red+Green+Blue) = 113+1+114=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #710172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710172 is #8EFE8D. Grayscale: #2F2F2F. Windows color (decimal): -9371278 or 7471473. OLE color: 7471473.

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

Color convert

RGB 113 1 114 -
CMYK 0.01 0.99 0 0.55
HSL 299.47º 0.98% 0.23% -
HSV(B) 299.47º 0.99% 0.45% -
XYZ 9.86 4.75 16.32 -
YUV 47.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 113 1 114 0.01 0.99 0 0.55 299.47 0.98 0.23
Hex 71 1 72 1 63 0 37 12B 62 17
Octal 161 1 162 1 143 0 67 453 142 27
Binary 1110001 1 1110010 1 1100011 0 110111 100101011 1100010 10111

Color Harmonies of #710172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710172

Black with #710172

Text Example


Text Example

White with #710172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710172; }

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

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

background-color css

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

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

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

border-color css

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

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

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