Html Css Color HEX #710795 Purple

📋 copy color: '#710795'

red 113 ◦ green 7 ◦ blue 149

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

Shades of Purple #710795

Tints of Purple #710795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 42.01%
G = 2.6%
B = 55.39%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710795 (or 0x710795) is known color: Purple. HEX triplet: 71, 07 and 95. RGB value is (113,7,149). Sum of RGB (Red+Green+Blue) = 113+7+149=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #710795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710795 is #8EF86A. Grayscale: #363636. Windows color (decimal): -9369707 or 9766769. OLE color: 9766769.

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

Color convert

RGB 113 7 149 -
CMYK 0.24 0.95 0 0.42
HSL 284.79º 0.91% 0.31% -
HSV(B) 284.79º 0.95% 0.58% -
XYZ 12.31 5.83 28.91 -
YUV 54.88 181.12 169.45 -
System Red Green Blue C M Y K H S L
Decimal 113 7 149 0.24 0.95 0 0.42 284.79 0.91 0.31
Hex 71 7 95 18 5F 0 2A 11D 5B 1F
Octal 161 7 225 30 137 0 52 435 133 37
Binary 1110001 111 10010101 11000 1011111 0 101010 100011101 1011011 11111

Color Harmonies of #710795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710795

Black with #710795

Text Example


Text Example

White with #710795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710795; }

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

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

background-color css

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

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

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

border-color css

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

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

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