Html Css Color HEX #713154 Flirt

📋 copy color: '#713154'

red 113 ◦ green 49 ◦ blue 84

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

Shades of Flirt #713154

Tints of Flirt #713154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 84 (33.2% from 255) = 34.15%

R = 45.93%
G = 19.92%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#713154 (or 0x713154) is known color: Flirt. HEX triplet: 71, 31 and 54. RGB value is (113,49,84). Sum of RGB (Red+Green+Blue) = 113+49+84=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #713154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713154 is #8ECEAB. Grayscale: #484848. Windows color (decimal): -9359020 or 5517681. OLE color: 5517681.

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

Color convert

RGB 113 49 84 -
CMYK 0 0.57 0.26 0.56
HSL 327.19º 0.4% 0.32% -
HSV(B) 327.19º 0.57% 0.44% -
XYZ 9.51 6.35 9.11 -
YUV 72.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 113 49 84 0 0.57 0.26 0.56 327.19 0.4 0.32
Hex 71 31 54 0 39 1A 38 147 28 20
Octal 161 61 124 0 71 32 70 507 50 40
Binary 1110001 110001 1010100 0 111001 11010 111000 101000111 101000 100000

Color Harmonies of #713154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713154

Black with #713154

Text Example


Text Example

White with #713154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713154; }

 p { color: rgb(113,49,84); }

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

background-color css

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

 a { background-color: rgb(113,49,84); }

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

border-color css

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

 span { border-color: rgb(113,49,84); }

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