Html Css Color HEX #780192 Purple

📋 copy color: '#780192'

red 120 ◦ green 1 ◦ blue 146

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

Shades of Purple #780192

Tints of Purple #780192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 44.94%
G = 0.37%
B = 54.68%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780192 (or 0x780192) is known color: Purple. HEX triplet: 78, 01 and 92. RGB value is (120,1,146). Sum of RGB (Red+Green+Blue) = 120+1+146=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #780192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780192 is #87FE6D. Grayscale: #343434. Windows color (decimal): -8912494 or 9568632. OLE color: 9568632.

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

Color convert

RGB 120 1 146 -
CMYK 0.18 0.99 0 0.43
HSL 289.24º 0.99% 0.29% -
HSV(B) 289.24º 0.99% 0.57% -
XYZ 12.94 6.09 27.69 -
YUV 53.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 120 1 146 0.18 0.99 0 0.43 289.24 0.99 0.29
Hex 78 1 92 12 63 0 2B 121 63 1D
Octal 170 1 222 22 143 0 53 441 143 35
Binary 1111000 1 10010010 10010 1100011 0 101011 100100001 1100011 11101

Color Harmonies of #780192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780192

Black with #780192

Text Example


Text Example

White with #780192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780192; }

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

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

background-color css

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

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

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

border-color css

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

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

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