Html Css Color HEX #780576 Purple

📋 copy color: '#780576'

red 120 ◦ green 5 ◦ blue 118

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

Shades of Purple #780576

Tints of Purple #780576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 49.38%
G = 2.06%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#780576 (or 0x780576) is known color: Purple. HEX triplet: 78, 05 and 76. RGB value is (120,5,118). Sum of RGB (Red+Green+Blue) = 120+5+118=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #780576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780576 is #87FA89. Grayscale: #333333. Windows color (decimal): -8911498 or 7734648. OLE color: 7734648.

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

Color convert

RGB 120 5 118 -
CMYK 0 0.96 0.02 0.53
HSL 301.04º 0.92% 0.25% -
HSV(B) 301.04º 0.96% 0.47% -
XYZ 11.07 5.41 17.6 -
YUV 52.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 120 5 118 0 0.96 0.02 0.53 301.04 0.92 0.25
Hex 78 5 76 0 60 2 35 12D 5C 19
Octal 170 5 166 0 140 2 65 455 134 31
Binary 1111000 101 1110110 0 1100000 10 110101 100101101 1011100 11001

Color Harmonies of #780576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780576

Black with #780576

Text Example


Text Example

White with #780576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780576; }

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

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

background-color css

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

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

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

border-color css

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

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

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