Html Css Color HEX #781492 Purple

📋 copy color: '#781492'

red 120 ◦ green 20 ◦ blue 146

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

Shades of Purple #781492

Tints of Purple #781492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 41.96%
G = 6.99%
B = 51.05%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#781492 (or 0x781492) is known color: Purple. HEX triplet: 78, 14 and 92. RGB value is (120,20,146). Sum of RGB (Red+Green+Blue) = 120+20+146=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #781492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781492 is #87EB6D. Grayscale: #3F3F3F. Windows color (decimal): -8907630 or 9573496. OLE color: 9573496.

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

Color convert

RGB 120 20 146 -
CMYK 0.18 0.86 0 0.43
HSL 287.62º 0.76% 0.33% -
HSV(B) 287.62º 0.86% 0.57% -
XYZ 13.18 6.57 27.77 -
YUV 64.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 120 20 146 0.18 0.86 0 0.43 287.62 0.76 0.33
Hex 78 14 92 12 56 0 2B 120 4C 21
Octal 170 24 222 22 126 0 53 440 114 41
Binary 1111000 10100 10010010 10010 1010110 0 101011 100100000 1001100 100001

Color Harmonies of #781492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781492

Black with #781492

Text Example


Text Example

White with #781492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781492; }

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

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

background-color css

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

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

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

border-color css

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

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

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