Html Css Color HEX #780873 Purple

📋 copy color: '#780873'

red 120 ◦ green 8 ◦ blue 115

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

Shades of Purple #780873

Tints of Purple #780873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 49.38%
G = 3.29%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#780873 (or 0x780873) is known color: Purple. HEX triplet: 78, 08 and 73. RGB value is (120,8,115). Sum of RGB (Red+Green+Blue) = 120+8+115=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #780873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780873 is #87F78C. Grayscale: #353535. Windows color (decimal): -8910733 or 7538808. OLE color: 7538808.

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

Color convert

RGB 120 8 115 -
CMYK 0 0.93 0.04 0.53
HSL 302.68º 0.88% 0.25% -
HSV(B) 302.68º 0.93% 0.47% -
XYZ 10.93 5.4 16.69 -
YUV 53.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 120 8 115 0 0.93 0.04 0.53 302.68 0.88 0.25
Hex 78 8 73 0 5D 4 35 12F 58 19
Octal 170 10 163 0 135 4 65 457 130 31
Binary 1111000 1000 1110011 0 1011101 100 110101 100101111 1011000 11001

Color Harmonies of #780873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780873

Black with #780873

Text Example


Text Example

White with #780873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780873; }

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

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

background-color css

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

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

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

border-color css

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

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

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