Html Css Color HEX #710768 Purple

📋 copy color: '#710768'

red 113 ◦ green 7 ◦ blue 104

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

Shades of Purple #710768

Tints of Purple #710768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 50.45%
G = 3.13%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#710768 (or 0x710768) is known color: Purple. HEX triplet: 71, 07 and 68. RGB value is (113,7,104). Sum of RGB (Red+Green+Blue) = 113+7+104=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #710768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710768 is #8EF897. Grayscale: #313131. Windows color (decimal): -9369752 or 6817649. OLE color: 6817649.

HSL color Cylindrical-coordinate representation of color #710768: hue angle of 305.09º 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 #710768 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 104 -
CMYK 0 0.94 0.08 0.56
HSL 305.09º 0.88% 0.24% -
HSV(B) 305.09º 0.94% 0.44% -
XYZ 9.38 4.66 13.5 -
YUV 49.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 113 7 104 0 0.94 0.08 0.56 305.09 0.88 0.24
Hex 71 7 68 0 5E 8 38 131 58 18
Octal 161 7 150 0 136 10 70 461 130 30
Binary 1110001 111 1101000 0 1011110 1000 111000 100110001 1011000 11000

Color Harmonies of #710768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710768

Black with #710768

Text Example


Text Example

White with #710768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710768; }

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

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

background-color css

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

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

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

border-color css

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

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

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