Html Css Color HEX #781484 Purple

📋 copy color: '#781484'

red 120 ◦ green 20 ◦ blue 132

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

Shades of Purple #781484

Tints of Purple #781484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 44.12%
G = 7.35%
B = 48.53%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#781484 (or 0x781484) is known color: Purple. HEX triplet: 78, 14 and 84. RGB value is (120,20,132). Sum of RGB (Red+Green+Blue) = 120+20+132=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #781484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781484 is #87EB7B. Grayscale: #3E3E3E. Windows color (decimal): -8907644 or 8655992. OLE color: 8655992.

HSL color Cylindrical-coordinate representation of color #781484: hue angle of 293.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781484 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 20 132 -
CMYK 0.09 0.85 0 0.48
HSL 293.57º 0.74% 0.3% -
HSV(B) 293.57º 0.85% 0.52% -
XYZ 12.16 6.16 22.38 -
YUV 62.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 120 20 132 0.09 0.85 0 0.48 293.57 0.74 0.3
Hex 78 14 84 9 55 0 30 126 4A 1E
Octal 170 24 204 11 125 0 60 446 112 36
Binary 1111000 10100 10000100 1001 1010101 0 110000 100100110 1001010 11110

Color Harmonies of #781484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781484

Black with #781484

Text Example


Text Example

White with #781484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781484; }

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

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

background-color css

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

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

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

border-color css

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

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

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