Html Css Color HEX #78254C Flirt

📋 copy color: '#78254C'

red 120 ◦ green 37 ◦ blue 76

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

Shades of Flirt #78254C

Tints of Flirt #78254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 51.5%
G = 15.88%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78254C (or 0x78254C) is known color: Flirt. HEX triplet: 78, 25 and 4C. RGB value is (120,37,76). Sum of RGB (Red+Green+Blue) = 120+37+76=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78254C is #87DAB3. Grayscale: #424242. Windows color (decimal): -8903348 or 4990328. OLE color: 4990328.

HSL color Cylindrical-coordinate representation of color #78254C: hue angle of 331.81º 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 #78254C is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 76 -
CMYK 0 0.69 0.37 0.53
HSL 331.81º 0.53% 0.31% -
HSV(B) 331.81º 0.69% 0.47% -
XYZ 9.71 5.84 7.45 -
YUV 66.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 120 37 76 0 0.69 0.37 0.53 331.81 0.53 0.31
Hex 78 25 4C 0 45 25 35 14C 35 1F
Octal 170 45 114 0 105 45 65 514 65 37
Binary 1111000 100101 1001100 0 1000101 100101 110101 101001100 110101 11111

Color Harmonies of #78254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78254C

Black with #78254C

Text Example


Text Example

White with #78254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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