Html Css Color HEX #713158 Flirt

📋 copy color: '#713158'

red 113 ◦ green 49 ◦ blue 88

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

Shades of Flirt #713158

Tints of Flirt #713158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.2%

R = 45.2%
G = 19.6%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#713158 (or 0x713158) is known color: Flirt. HEX triplet: 71, 31 and 58. RGB value is (113,49,88). Sum of RGB (Red+Green+Blue) = 113+49+88=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713158 is #8ECEA7. Grayscale: #484848. Windows color (decimal): -9359016 or 5779825. OLE color: 5779825.

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

Color convert

RGB 113 49 88 -
CMYK 0 0.57 0.22 0.56
HSL 323.44º 0.4% 0.32% -
HSV(B) 323.44º 0.57% 0.44% -
XYZ 9.67 6.41 9.96 -
YUV 72.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 113 49 88 0 0.57 0.22 0.56 323.44 0.4 0.32
Hex 71 31 58 0 39 16 38 143 28 20
Octal 161 61 130 0 71 26 70 503 50 40
Binary 1110001 110001 1011000 0 111001 10110 111000 101000011 101000 100000

Color Harmonies of #713158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713158

Black with #713158

Text Example


Text Example

White with #713158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713158; }

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

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

background-color css

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

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

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

border-color css

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

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

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