Html Css Color HEX #781092 Purple

📋 copy color: '#781092'

red 120 ◦ green 16 ◦ blue 146

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

Shades of Purple #781092

Tints of Purple #781092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 42.55%
G = 5.67%
B = 51.77%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#781092 (or 0x781092) is known color: Purple. HEX triplet: 78, 10 and 92. RGB value is (120,16,146). Sum of RGB (Red+Green+Blue) = 120+16+146=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #781092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781092 is #87EF6D. Grayscale: #3D3D3D. Windows color (decimal): -8908654 or 9572472. OLE color: 9572472.

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

Color convert

RGB 120 16 146 -
CMYK 0.18 0.89 0 0.43
HSL 288º 0.8% 0.32% -
HSV(B) 288º 0.89% 0.57% -
XYZ 13.12 6.44 27.75 -
YUV 61.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 120 16 146 0.18 0.89 0 0.43 288 0.8 0.32
Hex 78 10 92 12 59 0 2B 120 50 20
Octal 170 20 222 22 131 0 53 440 120 40
Binary 1111000 10000 10010010 10010 1011001 0 101011 100100000 1010000 100000

Color Harmonies of #781092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781092

Black with #781092

Text Example


Text Example

White with #781092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781092; }

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

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

background-color css

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

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

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

border-color css

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

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

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