Html Css Color HEX #713559 Flirt

📋 copy color: '#713559'

red 113 ◦ green 53 ◦ blue 89

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

Shades of Flirt #713559

Tints of Flirt #713559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 44.31%
G = 20.78%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#713559 (or 0x713559) is known color: Flirt. HEX triplet: 71, 35 and 59. RGB value is (113,53,89). Sum of RGB (Red+Green+Blue) = 113+53+89=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #713559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713559 is #8ECAA6. Grayscale: #4A4A4A. Windows color (decimal): -9357991 or 5846385. OLE color: 5846385.

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

Color convert

RGB 113 53 89 -
CMYK 0 0.53 0.21 0.56
HSL 324º 0.36% 0.33% -
HSV(B) 324º 0.53% 0.44% -
XYZ 9.89 6.78 10.24 -
YUV 75.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 113 53 89 0 0.53 0.21 0.56 324 0.36 0.33
Hex 71 35 59 0 35 15 38 144 24 21
Octal 161 65 131 0 65 25 70 504 44 41
Binary 1110001 110101 1011001 0 110101 10101 111000 101000100 100100 100001

Color Harmonies of #713559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713559

Black with #713559

Text Example


Text Example

White with #713559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713559; }

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

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

background-color css

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

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

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

border-color css

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

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

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