Html Css Color HEX #780573 Purple

📋 copy color: '#780573'

red 120 ◦ green 5 ◦ blue 115

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

Shades of Purple #780573

Tints of Purple #780573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

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

R = 50%
G = 2.08%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#780573 (or 0x780573) is known color: Purple. HEX triplet: 78, 05 and 73. RGB value is (120,5,115). Sum of RGB (Red+Green+Blue) = 120+5+115=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #780573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780573 is #87FA8C. Grayscale: #333333. Windows color (decimal): -8911501 or 7538040. OLE color: 7538040.

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

Color convert

RGB 120 5 115 -
CMYK 0 0.96 0.04 0.53
HSL 302.61º 0.92% 0.25% -
HSV(B) 302.61º 0.96% 0.47% -
XYZ 10.89 5.34 16.68 -
YUV 51.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 120 5 115 0 0.96 0.04 0.53 302.61 0.92 0.25
Hex 78 5 73 0 60 4 35 12F 5C 19
Octal 170 5 163 0 140 4 65 457 134 31
Binary 1111000 101 1110011 0 1100000 100 110101 100101111 1011100 11001

Color Harmonies of #780573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780573

Black with #780573

Text Example


Text Example

White with #780573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780573; }

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

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

background-color css

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

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

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

border-color css

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

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

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