Html Css Color HEX #782A58 Flirt

📋 copy color: '#782A58'

red 120 ◦ green 42 ◦ blue 88

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

Shades of Flirt #782A58

Tints of Flirt #782A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.8%

 BLUE value IS 88 (34.77% from 255) = 35.2%

R = 48%
G = 16.8%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#782A58 (or 0x782A58) is known color: Flirt. HEX triplet: 78, 2A and 58. RGB value is (120,42,88). Sum of RGB (Red+Green+Blue) = 120+42+88=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #782A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A58 is #87D5A7. Grayscale: #464646. Windows color (decimal): -8902056 or 5778040. OLE color: 5778040.

HSL color Cylindrical-coordinate representation of color #782A58: hue angle of 324.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A58 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 42 88 -
CMYK 0 0.65 0.27 0.53
HSL 324.62º 0.48% 0.32% -
HSV(B) 324.62º 0.65% 0.47% -
XYZ 10.34 6.35 9.91 -
YUV 70.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 120 42 88 0 0.65 0.27 0.53 324.62 0.48 0.32
Hex 78 2A 58 0 41 1B 35 145 30 20
Octal 170 52 130 0 101 33 65 505 60 40
Binary 1111000 101010 1011000 0 1000001 11011 110101 101000101 110000 100000

Color Harmonies of #782A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782A58

Black with #782A58

Text Example


Text Example

White with #782A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782A58; }

 p { color: rgb(120,42,88); }

 H1.HeaderClassName
 {
   color: #782A58;
 }
 .AnyTagClassName
 {
   color: #782A58;
 }
</style>

background-color css

<style>
 a { background-color: #782A58; }

 a { background-color: rgb(120,42,88); }

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

border-color css

<style>
 span { border-color: #782A58; }

 span { border-color: rgb(120,42,88); }

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