Html Css Color HEX #781582 Purple

📋 copy color: '#781582'

red 120 ◦ green 21 ◦ blue 130

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

Shades of Purple #781582

Tints of Purple #781582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 44.28%
G = 7.75%
B = 47.97%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#781582 (or 0x781582) is known color: Purple. HEX triplet: 78, 15 and 82. RGB value is (120,21,130). Sum of RGB (Red+Green+Blue) = 120+21+130=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #781582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781582 is #87EA7D. Grayscale: #3E3E3E. Windows color (decimal): -8907390 or 8525176. OLE color: 8525176.

HSL color Cylindrical-coordinate representation of color #781582: hue angle of 294.5º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781582 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 21 130 -
CMYK 0.08 0.84 0 0.49
HSL 294.5º 0.72% 0.3% -
HSV(B) 294.5º 0.84% 0.51% -
XYZ 12.04 6.14 21.67 -
YUV 63.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 120 21 130 0.08 0.84 0 0.49 294.5 0.72 0.3
Hex 78 15 82 8 54 0 31 126 48 1E
Octal 170 25 202 10 124 0 61 446 110 36
Binary 1111000 10101 10000010 1000 1010100 0 110001 100100110 1001000 11110

Color Harmonies of #781582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781582

Black with #781582

Text Example


Text Example

White with #781582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781582; }

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

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

background-color css

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

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

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

border-color css

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

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

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