Html Css Color HEX #78254F Flirt

📋 copy color: '#78254F'

red 120 ◦ green 37 ◦ blue 79

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

Shades of Flirt #78254F

Tints of Flirt #78254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 50.85%
G = 15.68%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78254F (or 0x78254F) is known color: Flirt. HEX triplet: 78, 25 and 4F. RGB value is (120,37,79). Sum of RGB (Red+Green+Blue) = 120+37+79=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78254F is #87DAB0. Grayscale: #424242. Windows color (decimal): -8903345 or 5186936. OLE color: 5186936.

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

Color convert

RGB 120 37 79 -
CMYK 0 0.69 0.34 0.53
HSL 329.64º 0.53% 0.31% -
HSV(B) 329.64º 0.69% 0.47% -
XYZ 9.82 5.88 8.01 -
YUV 66.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 120 37 79 0 0.69 0.34 0.53 329.64 0.53 0.31
Hex 78 25 4F 0 45 22 35 14A 35 1F
Octal 170 45 117 0 105 42 65 512 65 37
Binary 1111000 100101 1001111 0 1000101 100010 110101 101001010 110101 11111

Color Harmonies of #78254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78254F

Black with #78254F

Text Example


Text Example

White with #78254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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