Html Css Color HEX #713059 Flirt

📋 copy color: '#713059'

red 113 ◦ green 48 ◦ blue 89

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

Shades of Flirt #713059

Tints of Flirt #713059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 45.2%
G = 19.2%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#713059 (or 0x713059) is known color: Flirt. HEX triplet: 71, 30 and 59. RGB value is (113,48,89). Sum of RGB (Red+Green+Blue) = 113+48+89=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713059 is #8ECFA6. Grayscale: #484848. Windows color (decimal): -9359271 or 5845105. OLE color: 5845105.

HSL color Cylindrical-coordinate representation of color #713059: hue angle of 322.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713059 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 89 -
CMYK 0 0.58 0.21 0.56
HSL 322.15º 0.4% 0.32% -
HSV(B) 322.15º 0.58% 0.44% -
XYZ 9.67 6.35 10.17 -
YUV 72.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 113 48 89 0 0.58 0.21 0.56 322.15 0.4 0.32
Hex 71 30 59 0 3A 15 38 142 28 20
Octal 161 60 131 0 72 25 70 502 50 40
Binary 1110001 110000 1011001 0 111010 10101 111000 101000010 101000 100000

Color Harmonies of #713059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713059

Black with #713059

Text Example


Text Example

White with #713059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713059; }

 p { color: rgb(113,48,89); }

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

background-color css

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

 a { background-color: rgb(113,48,89); }

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

border-color css

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

 span { border-color: rgb(113,48,89); }

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