Html Css Color HEX #781392 Purple

📋 copy color: '#781392'

red 120 ◦ green 19 ◦ blue 146

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

Shades of Purple #781392

Tints of Purple #781392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 42.11%
G = 6.67%
B = 51.23%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#781392 (or 0x781392) is known color: Purple. HEX triplet: 78, 13 and 92. RGB value is (120,19,146). Sum of RGB (Red+Green+Blue) = 120+19+146=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #781392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781392 is #87EC6D. Grayscale: #3F3F3F. Windows color (decimal): -8907886 or 9573240. OLE color: 9573240.

HSL color Cylindrical-coordinate representation of color #781392: hue angle of 287.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781392 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 19 146 -
CMYK 0.18 0.87 0 0.43
HSL 287.72º 0.77% 0.32% -
HSV(B) 287.72º 0.87% 0.57% -
XYZ 13.17 6.53 27.76 -
YUV 63.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 120 19 146 0.18 0.87 0 0.43 287.72 0.77 0.32
Hex 78 13 92 12 57 0 2B 120 4D 20
Octal 170 23 222 22 127 0 53 440 115 40
Binary 1111000 10011 10010010 10010 1010111 0 101011 100100000 1001101 100000

Color Harmonies of #781392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781392

Black with #781392

Text Example


Text Example

White with #781392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781392; }

 p { color: rgb(120,19,146); }

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

background-color css

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

 a { background-color: rgb(120,19,146); }

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

border-color css

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

 span { border-color: rgb(120,19,146); }

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