Html Css Color HEX #710590 Purple

📋 copy color: '#710590'

red 113 ◦ green 5 ◦ blue 144

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

Shades of Purple #710590

Tints of Purple #710590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 43.13%
G = 1.91%
B = 54.96%

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

#710590 (or 0x710590) is known color: Purple. HEX triplet: 71, 05 and 90. RGB value is (113,5,144). Sum of RGB (Red+Green+Blue) = 113+5+144=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #710590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710590 is #8EFA6F. Grayscale: #343434. Windows color (decimal): -9370224 or 9438577. OLE color: 9438577.

HSL color Cylindrical-coordinate representation of color #710590: hue angle of 286.62º degrees, saturation: 0.93, 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 #710590 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 5 144 -
CMYK 0.22 0.97 0 0.44
HSL 286.62º 0.93% 0.29% -
HSV(B) 286.62º 0.97% 0.56% -
XYZ 11.9 5.63 26.85 -
YUV 53.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 113 5 144 0.22 0.97 0 0.44 286.62 0.93 0.29
Hex 71 5 90 16 61 0 2C 11F 5D 1D
Octal 161 5 220 26 141 0 54 437 135 35
Binary 1110001 101 10010000 10110 1100001 0 101100 100011111 1011101 11101

Color Harmonies of #710590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710590

Black with #710590

Text Example


Text Example

White with #710590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710590; }

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

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

background-color css

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

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

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

border-color css

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

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

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