Html Css Color HEX #781573 Dark Purple

📋 copy color: '#781573'

red 120 ◦ green 21 ◦ blue 115

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

Shades of Dark Purple #781573

Tints of Dark Purple #781573

RGB

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

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

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

R = 46.88%
G = 8.2%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#781573 (or 0x781573) is known color: Dark Purple. HEX triplet: 78, 15 and 73. RGB value is (120,21,115). Sum of RGB (Red+Green+Blue) = 120+21+115=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781573 is #87EA8C. Grayscale: #3D3D3D. Windows color (decimal): -8907405 or 7542136. OLE color: 7542136.

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

Color convert

RGB 120 21 115 -
CMYK 0 0.83 0.04 0.53
HSL 303.03º 0.7% 0.28% -
HSV(B) 303.03º 0.83% 0.47% -
XYZ 11.11 5.77 16.75 -
YUV 61.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 120 21 115 0 0.83 0.04 0.53 303.03 0.7 0.28
Hex 78 15 73 0 53 4 35 12F 46 1C
Octal 170 25 163 0 123 4 65 457 106 34
Binary 1111000 10101 1110011 0 1010011 100 110101 100101111 1000110 11100

Color Harmonies of #781573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781573

Black with #781573

Text Example


Text Example

White with #781573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781573; }

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

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

background-color css

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

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

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

border-color css

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

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

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