Html Css Color HEX #713054 Flirt

📋 copy color: '#713054'

red 113 ◦ green 48 ◦ blue 84

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

Shades of Flirt #713054

Tints of Flirt #713054

RGB

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

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

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

R = 46.12%
G = 19.59%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#713054 (or 0x713054) is known color: Flirt. HEX triplet: 71, 30 and 54. RGB value is (113,48,84). Sum of RGB (Red+Green+Blue) = 113+48+84=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713054 is #8ECFAB. Grayscale: #474747. Windows color (decimal): -9359276 or 5517425. OLE color: 5517425.

HSL color Cylindrical-coordinate representation of color #713054: hue angle of 326.77º 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 #713054 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 84 -
CMYK 0 0.58 0.26 0.56
HSL 326.77º 0.4% 0.32% -
HSV(B) 326.77º 0.58% 0.44% -
XYZ 9.47 6.26 9.1 -
YUV 71.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 113 48 84 0 0.58 0.26 0.56 326.77 0.4 0.32
Hex 71 30 54 0 3A 1A 38 147 28 20
Octal 161 60 124 0 72 32 70 507 50 40
Binary 1110001 110000 1010100 0 111010 11010 111000 101000111 101000 100000

Color Harmonies of #713054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713054

Black with #713054

Text Example


Text Example

White with #713054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713054; }

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

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

background-color css

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

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

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

border-color css

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

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

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