Html Css Color HEX #710499 Purple

📋 copy color: '#710499'

red 113 ◦ green 4 ◦ blue 153

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

Shades of Purple #710499

Tints of Purple #710499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 41.85%
G = 1.48%
B = 56.67%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#710499 (or 0x710499) is known color: Purple. HEX triplet: 71, 04 and 99. RGB value is (113,4,153). Sum of RGB (Red+Green+Blue) = 113+4+153=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #710499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710499 is #8EFB66. Grayscale: #353535. Windows color (decimal): -9370471 or 10028145. OLE color: 10028145.

HSL color Cylindrical-coordinate representation of color #710499: hue angle of 283.89º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710499 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 4 153 -
CMYK 0.26 0.97 0 0.4
HSL 283.89º 0.95% 0.31% -
HSV(B) 283.89º 0.97% 0.6% -
XYZ 12.6 5.9 30.61 -
YUV 53.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 113 4 153 0.26 0.97 0 0.4 283.89 0.95 0.31
Hex 71 4 99 1A 61 0 28 11C 5F 1F
Octal 161 4 231 32 141 0 50 434 137 37
Binary 1110001 100 10011001 11010 1100001 0 101000 100011100 1011111 11111

Color Harmonies of #710499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710499

Black with #710499

Text Example


Text Example

White with #710499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710499; }

 p { color: rgb(113,4,153); }

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

background-color css

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

 a { background-color: rgb(113,4,153); }

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

border-color css

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

 span { border-color: rgb(113,4,153); }

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