Html Css Color HEX #710A90 Purple

📋 copy color: '#710A90'

red 113 ◦ green 10 ◦ blue 144

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

Shades of Purple #710A90

Tints of Purple #710A90

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 42.32%
G = 3.75%
B = 53.93%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#710A90 (or 0x710A90) is known color: Purple. HEX triplet: 71, 0A and 90. RGB value is (113,10,144). Sum of RGB (Red+Green+Blue) = 113+10+144=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #710A90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710A90 is #8EF56F. Grayscale: #373737. Windows color (decimal): -9368944 or 9439857. OLE color: 9439857.

HSL color Cylindrical-coordinate representation of color #710A90: hue angle of 286.12º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710A90 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 10 144 -
CMYK 0.22 0.93 0 0.44
HSL 286.12º 0.87% 0.3% -
HSV(B) 286.12º 0.93% 0.56% -
XYZ 11.95 5.74 26.86 -
YUV 56.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 113 10 144 0.22 0.93 0 0.44 286.12 0.87 0.3
Hex 71 A 90 16 5D 0 2C 11E 57 1E
Octal 161 12 220 26 135 0 54 436 127 36
Binary 1110001 1010 10010000 10110 1011101 0 101100 100011110 1010111 11110

Color Harmonies of #710A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A90

Black with #710A90

Text Example


Text Example

White with #710A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A90; }

 p { color: rgb(113,10,144); }

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

background-color css

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

 a { background-color: rgb(113,10,144); }

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

border-color css

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

 span { border-color: rgb(113,10,144); }

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