Html Css Color HEX #710792 Purple

📋 copy color: '#710792'

red 113 ◦ green 7 ◦ blue 146

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

Shades of Purple #710792

Tints of Purple #710792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 42.48%
G = 2.63%
B = 54.89%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710792 (or 0x710792) is known color: Purple. HEX triplet: 71, 07 and 92. RGB value is (113,7,146). Sum of RGB (Red+Green+Blue) = 113+7+146=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #710792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710792 is #8EF86D. Grayscale: #363636. Windows color (decimal): -9369710 or 9570161. OLE color: 9570161.

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

Color convert

RGB 113 7 146 -
CMYK 0.23 0.95 0 0.43
HSL 285.76º 0.91% 0.3% -
HSV(B) 285.76º 0.95% 0.57% -
XYZ 12.07 5.74 27.67 -
YUV 54.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 113 7 146 0.23 0.95 0 0.43 285.76 0.91 0.3
Hex 71 7 92 17 5F 0 2B 11E 5B 1E
Octal 161 7 222 27 137 0 53 436 133 36
Binary 1110001 111 10010010 10111 1011111 0 101011 100011110 1011011 11110

Color Harmonies of #710792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710792

Black with #710792

Text Example


Text Example

White with #710792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710792; }

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

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

background-color css

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

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

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

border-color css

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

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

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