Html Css Color HEX #781584 Purple

📋 copy color: '#781584'

red 120 ◦ green 21 ◦ blue 132

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

Shades of Purple #781584

Tints of Purple #781584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 43.96%
G = 7.69%
B = 48.35%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#781584 (or 0x781584) is known color: Purple. HEX triplet: 78, 15 and 84. RGB value is (120,21,132). Sum of RGB (Red+Green+Blue) = 120+21+132=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #781584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781584 is #87EA7B. Grayscale: #3E3E3E. Windows color (decimal): -8907388 or 8656248. OLE color: 8656248.

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

Color convert

RGB 120 21 132 -
CMYK 0.09 0.84 0 0.48
HSL 293.51º 0.73% 0.3% -
HSV(B) 293.51º 0.84% 0.52% -
XYZ 12.18 6.2 22.38 -
YUV 63.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 120 21 132 0.09 0.84 0 0.48 293.51 0.73 0.3
Hex 78 15 84 9 54 0 30 126 49 1E
Octal 170 25 204 11 124 0 60 446 111 36
Binary 1111000 10101 10000100 1001 1010100 0 110000 100100110 1001001 11110

Color Harmonies of #781584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781584

Black with #781584

Text Example


Text Example

White with #781584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781584; }

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

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

background-color css

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

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

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

border-color css

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

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

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