Html Css Color HEX #782573 Dark Purple

📋 copy color: '#782573'

red 120 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #782573

Tints of Dark Purple #782573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 44.12%
G = 13.6%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#782573 (or 0x782573) is known color: Dark Purple. HEX triplet: 78, 25 and 73. RGB value is (120,37,115). Sum of RGB (Red+Green+Blue) = 120+37+115=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #782573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782573 is #87DA8C. Grayscale: #464646. Windows color (decimal): -8903309 or 7546232. OLE color: 7546232.

HSL color Cylindrical-coordinate representation of color #782573: hue angle of 303.61º 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 #782573 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 115 -
CMYK 0 0.69 0.04 0.53
HSL 303.61º 0.53% 0.31% -
HSV(B) 303.61º 0.69% 0.47% -
XYZ 11.5 6.55 16.88 -
YUV 70.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 120 37 115 0 0.69 0.04 0.53 303.61 0.53 0.31
Hex 78 25 73 0 45 4 35 130 35 1F
Octal 170 45 163 0 105 4 65 460 65 37
Binary 1111000 100101 1110011 0 1000101 100 110101 100110000 110101 11111

Color Harmonies of #782573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782573

Black with #782573

Text Example


Text Example

White with #782573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782573; }

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

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

background-color css

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

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

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

border-color css

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

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

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