Html Css Color HEX #710793 Purple

📋 copy color: '#710793'

red 113 ◦ green 7 ◦ blue 147

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

Shades of Purple #710793

Tints of Purple #710793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 42.32%
G = 2.62%
B = 55.06%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710793 (or 0x710793) is known color: Purple. HEX triplet: 71, 07 and 93. RGB value is (113,7,147). Sum of RGB (Red+Green+Blue) = 113+7+147=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #710793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710793 is #8EF86C. Grayscale: #363636. Windows color (decimal): -9369709 or 9635697. OLE color: 9635697.

HSL color Cylindrical-coordinate representation of color #710793: hue angle of 285.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710793 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 7 147 -
CMYK 0.23 0.95 0 0.42
HSL 285.43º 0.91% 0.3% -
HSV(B) 285.43º 0.95% 0.58% -
XYZ 12.15 5.77 28.08 -
YUV 54.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 113 7 147 0.23 0.95 0 0.42 285.43 0.91 0.3
Hex 71 7 93 17 5F 0 2A 11D 5B 1E
Octal 161 7 223 27 137 0 52 435 133 36
Binary 1110001 111 10010011 10111 1011111 0 101010 100011101 1011011 11110

Color Harmonies of #710793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710793

Black with #710793

Text Example


Text Example

White with #710793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710793; }

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

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

background-color css

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

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

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

border-color css

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

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

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