Html Css Color HEX #780292 Purple

📋 copy color: '#780292'

red 120 ◦ green 2 ◦ blue 146

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

Shades of Purple #780292

Tints of Purple #780292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 44.78%
G = 0.75%
B = 54.48%

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

#780292 (or 0x780292) is known color: Purple. HEX triplet: 78, 02 and 92. RGB value is (120,2,146). Sum of RGB (Red+Green+Blue) = 120+2+146=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #780292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780292 is #87FD6D. Grayscale: #353535. Windows color (decimal): -8912238 or 9568888. OLE color: 9568888.

HSL color Cylindrical-coordinate representation of color #780292: hue angle of 289.17º degrees, saturation: 0.97, 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 #780292 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 2 146 -
CMYK 0.18 0.99 0 0.43
HSL 289.17º 0.97% 0.29% -
HSV(B) 289.17º 0.99% 0.57% -
XYZ 12.96 6.11 27.69 -
YUV 53.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 120 2 146 0.18 0.99 0 0.43 289.17 0.97 0.29
Hex 78 2 92 12 63 0 2B 121 61 1D
Octal 170 2 222 22 143 0 53 441 141 35
Binary 1111000 10 10010010 10010 1100011 0 101011 100100001 1100001 11101

Color Harmonies of #780292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780292

Black with #780292

Text Example


Text Example

White with #780292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780292; }

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

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

background-color css

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

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

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

border-color css

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

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

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