Html Css Color HEX #710671 Purple

📋 copy color: '#710671'

red 113 ◦ green 6 ◦ blue 113

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

Shades of Purple #710671

Tints of Purple #710671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 48.71%
G = 2.59%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#710671 (or 0x710671) is known color: Purple. HEX triplet: 71, 06 and 71. RGB value is (113,6,113). Sum of RGB (Red+Green+Blue) = 113+6+113=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #710671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710671 is #8EF98E. Grayscale: #313131. Windows color (decimal): -9369999 or 7407217. OLE color: 7407217.

HSL color Cylindrical-coordinate representation of color #710671: hue angle of 300º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710671 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 113 -
CMYK 0 0.95 0 0.56
HSL 300º 0.9% 0.23% -
HSV(B) 300º 0.95% 0.44% -
XYZ 9.86 4.83 16.04 -
YUV 50.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 113 6 113 0 0.95 0 0.56 300 0.9 0.23
Hex 71 6 71 0 5F 0 38 12C 5A 17
Octal 161 6 161 0 137 0 70 454 132 27
Binary 1110001 110 1110001 0 1011111 0 111000 100101100 1011010 10111

Color Harmonies of #710671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710671

Black with #710671

Text Example


Text Example

White with #710671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710671; }

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

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

background-color css

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

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

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

border-color css

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

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

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