Html Css Color HEX #710299 Purple

📋 copy color: '#710299'

red 113 ◦ green 2 ◦ blue 153

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

Shades of Purple #710299

Tints of Purple #710299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 42.16%
G = 0.75%
B = 57.09%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#710299 (or 0x710299) is known color: Purple. HEX triplet: 71, 02 and 99. RGB value is (113,2,153). Sum of RGB (Red+Green+Blue) = 113+2+153=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #710299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710299 is #8EFD66. Grayscale: #333333. Windows color (decimal): -9370983 or 10027633. OLE color: 10027633.

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

Color convert

RGB 113 2 153 -
CMYK 0.26 0.99 0 0.4
HSL 284.11º 0.97% 0.3% -
HSV(B) 284.11º 0.99% 0.6% -
XYZ 12.58 5.85 30.6 -
YUV 52.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 113 2 153 0.26 0.99 0 0.4 284.11 0.97 0.3
Hex 71 2 99 1A 63 0 28 11C 61 1E
Octal 161 2 231 32 143 0 50 434 141 36
Binary 1110001 10 10011001 11010 1100011 0 101000 100011100 1100001 11110

Color Harmonies of #710299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710299

Black with #710299

Text Example


Text Example

White with #710299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710299; }

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

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

background-color css

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

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

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

border-color css

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

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

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