Html Css Color HEX #782358 Flirt

📋 copy color: '#782358'

red 120 ◦ green 35 ◦ blue 88

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

Shades of Flirt #782358

Tints of Flirt #782358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 49.38%
G = 14.4%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#782358 (or 0x782358) is known color: Flirt. HEX triplet: 78, 23 and 58. RGB value is (120,35,88). Sum of RGB (Red+Green+Blue) = 120+35+88=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #782358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782358 is #87DCA7. Grayscale: #424242. Windows color (decimal): -8903848 or 5776248. OLE color: 5776248.

HSL color Cylindrical-coordinate representation of color #782358: hue angle of 322.59º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782358 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 88 -
CMYK 0 0.71 0.27 0.53
HSL 322.59º 0.55% 0.3% -
HSV(B) 322.59º 0.71% 0.47% -
XYZ 10.11 5.9 9.84 -
YUV 66.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 120 35 88 0 0.71 0.27 0.53 322.59 0.55 0.3
Hex 78 23 58 0 47 1B 35 143 37 1E
Octal 170 43 130 0 107 33 65 503 67 36
Binary 1111000 100011 1011000 0 1000111 11011 110101 101000011 110111 11110

Color Harmonies of #782358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782358

Black with #782358

Text Example


Text Example

White with #782358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782358; }

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

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

background-color css

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

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

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

border-color css

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

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

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