Html Css Color HEX #710677 Purple

📋 copy color: '#710677'

red 113 ◦ green 6 ◦ blue 119

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

Shades of Purple #710677

Tints of Purple #710677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 47.48%
G = 2.52%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710677 (or 0x710677) is known color: Purple. HEX triplet: 71, 06 and 77. RGB value is (113,6,119). Sum of RGB (Red+Green+Blue) = 113+6+119=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #710677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710677 is #8EF988. Grayscale: #323232. Windows color (decimal): -9369993 or 7800433. OLE color: 7800433.

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

Color convert

RGB 113 6 119 -
CMYK 0.05 0.95 0 0.53
HSL 296.81º 0.9% 0.25% -
HSV(B) 296.81º 0.95% 0.47% -
XYZ 10.2 4.97 17.87 -
YUV 50.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 113 6 119 0.05 0.95 0 0.53 296.81 0.9 0.25
Hex 71 6 77 5 5F 0 35 129 5A 19
Octal 161 6 167 5 137 0 65 451 132 31
Binary 1110001 110 1110111 101 1011111 0 110101 100101001 1011010 11001

Color Harmonies of #710677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710677

Black with #710677

Text Example


Text Example

White with #710677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710677; }

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

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

background-color css

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

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

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

border-color css

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

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

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