Html Css Color HEX #710796 Purple

📋 copy color: '#710796'

red 113 ◦ green 7 ◦ blue 150

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

Shades of Purple #710796

Tints of Purple #710796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 41.85%
G = 2.59%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710796 (or 0x710796) is known color: Purple. HEX triplet: 71, 07 and 96. RGB value is (113,7,150). Sum of RGB (Red+Green+Blue) = 113+7+150=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #710796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710796 is #8EF869. Grayscale: #363636. Windows color (decimal): -9369706 or 9832305. OLE color: 9832305.

HSL color Cylindrical-coordinate representation of color #710796: hue angle of 284.48º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710796 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 7 150 -
CMYK 0.25 0.95 0 0.41
HSL 284.48º 0.91% 0.31% -
HSV(B) 284.48º 0.95% 0.59% -
XYZ 12.39 5.86 29.33 -
YUV 55 181.62 169.37 -
System Red Green Blue C M Y K H S L
Decimal 113 7 150 0.25 0.95 0 0.41 284.48 0.91 0.31
Hex 71 7 96 19 5F 0 29 11C 5B 1F
Octal 161 7 226 31 137 0 51 434 133 37
Binary 1110001 111 10010110 11001 1011111 0 101001 100011100 1011011 11111

Color Harmonies of #710796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710796

Black with #710796

Text Example


Text Example

White with #710796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710796; }

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

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

background-color css

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

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

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

border-color css

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

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

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