Html Css Color HEX #710998 Purple

📋 copy color: '#710998'

red 113 ◦ green 9 ◦ blue 152

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

Shades of Purple #710998

Tints of Purple #710998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

 BLUE value IS 152 (59.77% from 255) = 55.47%

R = 41.24%
G = 3.28%
B = 55.47%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#710998 (or 0x710998) is known color: Purple. HEX triplet: 71, 09 and 98. RGB value is (113,9,152). Sum of RGB (Red+Green+Blue) = 113+9+152=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #710998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710998 is #8EF667. Grayscale: #373737. Windows color (decimal): -9369192 or 9963889. OLE color: 9963889.

HSL color Cylindrical-coordinate representation of color #710998: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710998 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 9 152 -
CMYK 0.26 0.94 0 0.40
HSL 283.64º 0.89% 0.32% -
HSV(B) 283.64º 0.94% 0.6% -
XYZ 12.58 5.97 30.2 -
YUV 56.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 113 9 152 0.26 0.94 0 0.40 283.64 0.89 0.32
Hex 71 9 98 1A 5E 0 28 11C 59 20
Octal 161 11 230 32 136 0 50 434 131 40
Binary 1110001 1001 10011000 11010 1011110 0 101000 100011100 1011001 100000

Color Harmonies of #710998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710998

Black with #710998

Text Example


Text Example

White with #710998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710998; }

 p { color: rgb(113,9,152); }

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

background-color css

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

 a { background-color: rgb(113,9,152); }

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

border-color css

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

 span { border-color: rgb(113,9,152); }

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