Html Css Color HEX #76294F Flirt

📋 copy color: '#76294F'

red 118 ◦ green 41 ◦ blue 79

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

Shades of Flirt #76294F

Tints of Flirt #76294F

RGB

 RED value IS 118 (46.48% from 255) = 49.58%

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

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

R = 49.58%
G = 17.23%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76294F (or 0x76294F) is known color: Flirt. HEX triplet: 76, 29 and 4F. RGB value is (118,41,79). Sum of RGB (Red+Green+Blue) = 118+41+79=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #76294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76294F is #89D6B0. Grayscale: #444444. Windows color (decimal): -9033393 or 5187958. OLE color: 5187958.

HSL color Cylindrical-coordinate representation of color #76294F: hue angle of 330.39º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76294F is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 79 -
CMYK 0 0.65 0.33 0.54
HSL 330.39º 0.48% 0.31% -
HSV(B) 330.39º 0.65% 0.46% -
XYZ 9.68 6 8.05 -
YUV 68.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 118 41 79 0 0.65 0.33 0.54 330.39 0.48 0.31
Hex 76 29 4F 0 41 21 36 14A 30 1F
Octal 166 51 117 0 101 41 66 512 60 37
Binary 1110110 101001 1001111 0 1000001 100001 110110 101001010 110000 11111

Color Harmonies of #76294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76294F

Black with #76294F

Text Example


Text Example

White with #76294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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