Html Css Color HEX #782376 Dark Purple

📋 copy color: '#782376'

red 120 ◦ green 35 ◦ blue 118

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

Shades of Dark Purple #782376

Tints of Dark Purple #782376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 43.96%
G = 12.82%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#782376 (or 0x782376) is known color: Dark Purple. HEX triplet: 78, 23 and 76. RGB value is (120,35,118). Sum of RGB (Red+Green+Blue) = 120+35+118=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #782376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782376 is #87DC89. Grayscale: #454545. Windows color (decimal): -8903818 or 7742328. OLE color: 7742328.

HSL color Cylindrical-coordinate representation of color #782376: hue angle of 301.41º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782376 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 118 -
CMYK 0 0.71 0.02 0.53
HSL 301.41º 0.55% 0.3% -
HSV(B) 301.41º 0.71% 0.47% -
XYZ 11.62 6.5 17.78 -
YUV 69.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 120 35 118 0 0.71 0.02 0.53 301.41 0.55 0.3
Hex 78 23 76 0 47 2 35 12D 37 1E
Octal 170 43 166 0 107 2 65 455 67 36
Binary 1111000 100011 1110110 0 1000111 10 110101 100101101 110111 11110

Color Harmonies of #782376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782376

Black with #782376

Text Example


Text Example

White with #782376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782376; }

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

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

background-color css

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

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

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

border-color css

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

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

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