Html Css Color HEX #713259 Flirt

📋 copy color: '#713259'

red 113 ◦ green 50 ◦ blue 89

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

Shades of Flirt #713259

Tints of Flirt #713259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 44.84%
G = 19.84%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#713259 (or 0x713259) is known color: Flirt. HEX triplet: 71, 32 and 59. RGB value is (113,50,89). Sum of RGB (Red+Green+Blue) = 113+50+89=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713259 is #8ECDA6. Grayscale: #494949. Windows color (decimal): -9358759 or 5845617. OLE color: 5845617.

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

Color convert

RGB 113 50 89 -
CMYK 0 0.56 0.21 0.56
HSL 322.86º 0.39% 0.32% -
HSV(B) 322.86º 0.56% 0.44% -
XYZ 9.75 6.51 10.19 -
YUV 73.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 113 50 89 0 0.56 0.21 0.56 322.86 0.39 0.32
Hex 71 32 59 0 38 15 38 143 27 20
Octal 161 62 131 0 70 25 70 503 47 40
Binary 1110001 110010 1011001 0 111000 10101 111000 101000011 100111 100000

Color Harmonies of #713259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713259

Black with #713259

Text Example


Text Example

White with #713259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713259; }

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

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

background-color css

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

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

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

border-color css

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

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

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