Html Css Color HEX #782558 Flirt

📋 copy color: '#782558'

red 120 ◦ green 37 ◦ blue 88

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

Shades of Flirt #782558

Tints of Flirt #782558

RGB

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

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

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

R = 48.98%
G = 15.1%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#782558 (or 0x782558) is known color: Flirt. HEX triplet: 78, 25 and 58. RGB value is (120,37,88). Sum of RGB (Red+Green+Blue) = 120+37+88=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #782558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782558 is #87DAA7. Grayscale: #434343. Windows color (decimal): -8903336 or 5776760. OLE color: 5776760.

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

Color convert

RGB 120 37 88 -
CMYK 0 0.69 0.27 0.53
HSL 323.13º 0.53% 0.31% -
HSV(B) 323.13º 0.69% 0.47% -
XYZ 10.17 6.02 9.86 -
YUV 67.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 120 37 88 0 0.69 0.27 0.53 323.13 0.53 0.31
Hex 78 25 58 0 45 1B 35 143 35 1F
Octal 170 45 130 0 105 33 65 503 65 37
Binary 1111000 100101 1011000 0 1000101 11011 110101 101000011 110101 11111

Color Harmonies of #782558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782558

Black with #782558

Text Example


Text Example

White with #782558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782558; }

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

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

background-color css

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

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

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

border-color css

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

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

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