Html Css Color HEX #780492 Purple

📋 copy color: '#780492'

red 120 ◦ green 4 ◦ blue 146

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

Shades of Purple #780492

Tints of Purple #780492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 44.44%
G = 1.48%
B = 54.07%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780492 (or 0x780492) is known color: Purple. HEX triplet: 78, 04 and 92. RGB value is (120,4,146). Sum of RGB (Red+Green+Blue) = 120+4+146=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #780492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780492 is #87FB6D. Grayscale: #363636. Windows color (decimal): -8911726 or 9569400. OLE color: 9569400.

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

Color convert

RGB 120 4 146 -
CMYK 0.18 0.97 0 0.43
HSL 289.01º 0.95% 0.29% -
HSV(B) 289.01º 0.97% 0.57% -
XYZ 12.98 6.16 27.7 -
YUV 54.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 120 4 146 0.18 0.97 0 0.43 289.01 0.95 0.29
Hex 78 4 92 12 61 0 2B 121 5F 1D
Octal 170 4 222 22 141 0 53 441 137 35
Binary 1111000 100 10010010 10010 1100001 0 101011 100100001 1011111 11101

Color Harmonies of #780492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780492

Black with #780492

Text Example


Text Example

White with #780492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780492; }

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

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

background-color css

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

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

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

border-color css

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

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

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