Html Css Color HEX #710491 Purple

📋 copy color: '#710491'

red 113 ◦ green 4 ◦ blue 145

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

Shades of Purple #710491

Tints of Purple #710491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 43.13%
G = 1.53%
B = 55.34%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710491 (or 0x710491) is known color: Purple. HEX triplet: 71, 04 and 91. RGB value is (113,4,145). Sum of RGB (Red+Green+Blue) = 113+4+145=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #710491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710491 is #8EFB6E. Grayscale: #343434. Windows color (decimal): -9370479 or 9503857. OLE color: 9503857.

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

Color convert

RGB 113 4 145 -
CMYK 0.22 0.97 0 0.43
HSL 286.38º 0.95% 0.29% -
HSV(B) 286.38º 0.97% 0.57% -
XYZ 11.96 5.64 27.25 -
YUV 52.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 113 4 145 0.22 0.97 0 0.43 286.38 0.95 0.29
Hex 71 4 91 16 61 0 2B 11E 5F 1D
Octal 161 4 221 26 141 0 53 436 137 35
Binary 1110001 100 10010001 10110 1100001 0 101011 100011110 1011111 11101

Color Harmonies of #710491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710491

Black with #710491

Text Example


Text Example

White with #710491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710491; }

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

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

background-color css

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

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

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

border-color css

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

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

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