Html Css Color HEX #781292 Purple

📋 copy color: '#781292'

red 120 ◦ green 18 ◦ blue 146

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

Shades of Purple #781292

Tints of Purple #781292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 42.25%
G = 6.34%
B = 51.41%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#781292 (or 0x781292) is known color: Purple. HEX triplet: 78, 12 and 92. RGB value is (120,18,146). Sum of RGB (Red+Green+Blue) = 120+18+146=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #781292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781292 is #87ED6D. Grayscale: #3E3E3E. Windows color (decimal): -8908142 or 9572984. OLE color: 9572984.

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

Color convert

RGB 120 18 146 -
CMYK 0.18 0.88 0 0.43
HSL 287.81º 0.78% 0.32% -
HSV(B) 287.81º 0.88% 0.57% -
XYZ 13.15 6.5 27.76 -
YUV 63.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 120 18 146 0.18 0.88 0 0.43 287.81 0.78 0.32
Hex 78 12 92 12 58 0 2B 120 4E 20
Octal 170 22 222 22 130 0 53 440 116 40
Binary 1111000 10010 10010010 10010 1011000 0 101011 100100000 1001110 100000

Color Harmonies of #781292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781292

Black with #781292

Text Example


Text Example

White with #781292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781292; }

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

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

background-color css

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

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

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

border-color css

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

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

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