Html Css Color HEX #710490 Purple

📋 copy color: '#710490'

red 113 ◦ green 4 ◦ blue 144

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

Shades of Purple #710490

Tints of Purple #710490

RGB

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

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

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

R = 43.3%
G = 1.53%
B = 55.17%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#710490 (or 0x710490) is known color: Purple. HEX triplet: 71, 04 and 90. RGB value is (113,4,144). Sum of RGB (Red+Green+Blue) = 113+4+144=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #710490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710490 is #8EFB6F. Grayscale: #343434. Windows color (decimal): -9370480 or 9438321. OLE color: 9438321.

HSL color Cylindrical-coordinate representation of color #710490: hue angle of 286.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710490 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 4 144 -
CMYK 0.22 0.97 0 0.44
HSL 286.71º 0.95% 0.29% -
HSV(B) 286.71º 0.97% 0.56% -
XYZ 11.89 5.61 26.84 -
YUV 52.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 113 4 144 0.22 0.97 0 0.44 286.71 0.95 0.29
Hex 71 4 90 16 61 0 2C 11F 5F 1D
Octal 161 4 220 26 141 0 54 437 137 35
Binary 1110001 100 10010000 10110 1100001 0 101100 100011111 1011111 11101

Color Harmonies of #710490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710490

Black with #710490

Text Example


Text Example

White with #710490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710490; }

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

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

background-color css

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

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

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

border-color css

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

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

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