Html Css Color HEX #782578 Dark Purple

📋 copy color: '#782578'

red 120 ◦ green 37 ◦ blue 120

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

Shades of Dark Purple #782578

Tints of Dark Purple #782578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 120 (47.27% from 255) = 43.32%

R = 43.32%
G = 13.36%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#782578 (or 0x782578) is known color: Dark Purple. HEX triplet: 78, 25 and 78. RGB value is (120,37,120). Sum of RGB (Red+Green+Blue) = 120+37+120=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #782578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782578 is #87DA87. Grayscale: #474747. Windows color (decimal): -8903304 or 7873912. OLE color: 7873912.

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

Color convert

RGB 120 37 120 -
CMYK 0 0.69 0 0.53
HSL 300º 0.53% 0.31% -
HSV(B) 300º 0.69% 0.47% -
XYZ 11.8 6.67 18.44 -
YUV 71.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 120 37 120 0 0.69 0 0.53 300 0.53 0.31
Hex 78 25 78 0 45 0 35 12C 35 1F
Octal 170 45 170 0 105 0 65 454 65 37
Binary 1111000 100101 1111000 0 1000101 0 110101 100101100 110101 11111

Color Harmonies of #782578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782578

Black with #782578

Text Example


Text Example

White with #782578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782578; }

 p { color: rgb(120,37,120); }

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

background-color css

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

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

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

border-color css

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

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

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