Html Css Color HEX #71294F Flirt

📋 copy color: '#71294F'

red 113 ◦ green 41 ◦ blue 79

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

Shades of Flirt #71294F

Tints of Flirt #71294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 48.5%
G = 17.6%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71294F (or 0x71294F) is known color: Flirt. HEX triplet: 71, 29 and 4F. RGB value is (113,41,79). Sum of RGB (Red+Green+Blue) = 113+41+79=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #71294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71294F is #8ED6B0. Grayscale: #424242. Windows color (decimal): -9361073 or 5187953. OLE color: 5187953.

HSL color Cylindrical-coordinate representation of color #71294F: hue angle of 328.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71294F is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 79 -
CMYK 0 0.64 0.30 0.56
HSL 328.33º 0.47% 0.3% -
HSV(B) 328.33º 0.64% 0.44% -
XYZ 9.01 5.66 8.01 -
YUV 66.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 113 41 79 0 0.64 0.30 0.56 328.33 0.47 0.3
Hex 71 29 4F 0 40 1E 38 148 2F 1E
Octal 161 51 117 0 100 36 70 510 57 36
Binary 1110001 101001 1001111 0 1000000 11110 111000 101001000 101111 11110

Color Harmonies of #71294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71294F

Black with #71294F

Text Example


Text Example

White with #71294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71294F; }

 p { color: rgb(113,41,79); }

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

background-color css

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

 a { background-color: rgb(113,41,79); }

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

border-color css

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

 span { border-color: rgb(113,41,79); }

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