Html Css Color HEX #710767 Purple

📋 copy color: '#710767'

red 113 ◦ green 7 ◦ blue 103

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

Shades of Purple #710767

Tints of Purple #710767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 50.67%
G = 3.14%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#710767 (or 0x710767) is known color: Purple. HEX triplet: 71, 07 and 67. RGB value is (113,7,103). Sum of RGB (Red+Green+Blue) = 113+7+103=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #710767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710767 is #8EF898. Grayscale: #313131. Windows color (decimal): -9369753 or 6752113. OLE color: 6752113.

HSL color Cylindrical-coordinate representation of color #710767: hue angle of 305.66º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710767 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 103 -
CMYK 0 0.94 0.09 0.56
HSL 305.66º 0.88% 0.24% -
HSV(B) 305.66º 0.94% 0.44% -
XYZ 9.33 4.64 13.24 -
YUV 49.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 113 7 103 0 0.94 0.09 0.56 305.66 0.88 0.24
Hex 71 7 67 0 5E 9 38 132 58 18
Octal 161 7 147 0 136 11 70 462 130 30
Binary 1110001 111 1100111 0 1011110 1001 111000 100110010 1011000 11000

Color Harmonies of #710767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710767

Black with #710767

Text Example


Text Example

White with #710767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710767; }

 p { color: rgb(113,7,103); }

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

background-color css

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

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

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

border-color css

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

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

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