Html Css Color HEX #78294F Flirt

📋 copy color: '#78294F'

red 120 ◦ green 41 ◦ blue 79

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

Shades of Flirt #78294F

Tints of Flirt #78294F

RGB

 RED value IS 120 (47.27% from 255) = 50%

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

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

R = 50%
G = 17.08%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78294F (or 0x78294F) is known color: Flirt. HEX triplet: 78, 29 and 4F. RGB value is (120,41,79). Sum of RGB (Red+Green+Blue) = 120+41+79=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #78294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78294F is #87D6B0. Grayscale: #444444. Windows color (decimal): -8902321 or 5187960. OLE color: 5187960.

HSL color Cylindrical-coordinate representation of color #78294F: hue angle of 331.14º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78294F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 79 -
CMYK 0 0.66 0.34 0.53
HSL 331.14º 0.49% 0.32% -
HSV(B) 331.14º 0.66% 0.47% -
XYZ 9.95 6.14 8.06 -
YUV 68.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 120 41 79 0 0.66 0.34 0.53 331.14 0.49 0.32
Hex 78 29 4F 0 42 22 35 14B 31 20
Octal 170 51 117 0 102 42 65 513 61 40
Binary 1111000 101001 1001111 0 1000010 100010 110101 101001011 110001 100000

Color Harmonies of #78294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78294F

Black with #78294F

Text Example


Text Example

White with #78294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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