Html Css Color HEX #781576 Dark Purple

📋 copy color: '#781576'

red 120 ◦ green 21 ◦ blue 118

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

Shades of Dark Purple #781576

Tints of Dark Purple #781576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.56%

R = 46.33%
G = 8.11%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#781576 (or 0x781576) is known color: Dark Purple. HEX triplet: 78, 15 and 76. RGB value is (120,21,118). Sum of RGB (Red+Green+Blue) = 120+21+118=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #781576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781576 is #87EA89. Grayscale: #3D3D3D. Windows color (decimal): -8907402 or 7738744. OLE color: 7738744.

HSL color Cylindrical-coordinate representation of color #781576: hue angle of 301.21º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781576 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 118 -
CMYK 0 0.83 0.02 0.53
HSL 301.21º 0.7% 0.28% -
HSV(B) 301.21º 0.83% 0.47% -
XYZ 11.28 5.84 17.67 -
YUV 61.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 120 21 118 0 0.83 0.02 0.53 301.21 0.7 0.28
Hex 78 15 76 0 53 2 35 12D 46 1C
Octal 170 25 166 0 123 2 65 455 106 34
Binary 1111000 10101 1110110 0 1010011 10 110101 100101101 1000110 11100

Color Harmonies of #781576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781576

Black with #781576

Text Example


Text Example

White with #781576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781576; }

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

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

background-color css

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

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

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

border-color css

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

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

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