Html Css Color HEX #710277 Purple

📋 copy color: '#710277'

red 113 ◦ green 2 ◦ blue 119

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

Shades of Purple #710277

Tints of Purple #710277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 48.29%
G = 0.85%
B = 50.85%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710277 (or 0x710277) is known color: Purple. HEX triplet: 71, 02 and 77. RGB value is (113,2,119). Sum of RGB (Red+Green+Blue) = 113+2+119=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #710277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710277 is #8EFD88. Grayscale: #303030. Windows color (decimal): -9371017 or 7799409. OLE color: 7799409.

HSL color Cylindrical-coordinate representation of color #710277: hue angle of 296.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710277 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 2 119 -
CMYK 0.05 0.98 0 0.53
HSL 296.92º 0.97% 0.24% -
HSV(B) 296.92º 0.98% 0.47% -
XYZ 10.16 4.89 17.86 -
YUV 48.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 113 2 119 0.05 0.98 0 0.53 296.92 0.97 0.24
Hex 71 2 77 5 62 0 35 129 61 18
Octal 161 2 167 5 142 0 65 451 141 30
Binary 1110001 10 1110111 101 1100010 0 110101 100101001 1100001 11000

Color Harmonies of #710277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710277

Black with #710277

Text Example


Text Example

White with #710277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710277; }

 p { color: rgb(113,2,119); }

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

background-color css

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

 a { background-color: rgb(113,2,119); }

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

border-color css

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

 span { border-color: rgb(113,2,119); }

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