Html Css Color HEX #713555 Flirt

📋 copy color: '#713555'

red 113 ◦ green 53 ◦ blue 85

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

Shades of Flirt #713555

Tints of Flirt #713555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 45.02%
G = 21.12%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#713555 (or 0x713555) is known color: Flirt. HEX triplet: 71, 35 and 55. RGB value is (113,53,85). Sum of RGB (Red+Green+Blue) = 113+53+85=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713555 is #8ECAAA. Grayscale: #4A4A4A. Windows color (decimal): -9357995 or 5584241. OLE color: 5584241.

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

Color convert

RGB 113 53 85 -
CMYK 0 0.53 0.25 0.56
HSL 328º 0.36% 0.33% -
HSV(B) 328º 0.53% 0.44% -
XYZ 9.72 6.71 9.38 -
YUV 74.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 113 53 85 0 0.53 0.25 0.56 328 0.36 0.33
Hex 71 35 55 0 35 19 38 148 24 21
Octal 161 65 125 0 65 31 70 510 44 41
Binary 1110001 110101 1010101 0 110101 11001 111000 101001000 100100 100001

Color Harmonies of #713555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713555

Black with #713555

Text Example


Text Example

White with #713555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713555; }

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

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

background-color css

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

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

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

border-color css

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

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

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