Html Css Color HEX #780472 Purple

📋 copy color: '#780472'

red 120 ◦ green 4 ◦ blue 114

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

Shades of Purple #780472

Tints of Purple #780472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 50.42%
G = 1.68%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#780472 (or 0x780472) is known color: Purple. HEX triplet: 78, 04 and 72. RGB value is (120,4,114). Sum of RGB (Red+Green+Blue) = 120+4+114=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780472 is #87FB8D. Grayscale: #323232. Windows color (decimal): -8911758 or 7472248. OLE color: 7472248.

HSL color Cylindrical-coordinate representation of color #780472: hue angle of 303.1º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780472 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 114 -
CMYK 0 0.97 0.05 0.53
HSL 303.1º 0.94% 0.24% -
HSV(B) 303.1º 0.97% 0.47% -
XYZ 10.83 5.29 16.37 -
YUV 51.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 120 4 114 0 0.97 0.05 0.53 303.1 0.94 0.24
Hex 78 4 72 0 61 5 35 12F 5E 18
Octal 170 4 162 0 141 5 65 457 136 30
Binary 1111000 100 1110010 0 1100001 101 110101 100101111 1011110 11000

Color Harmonies of #780472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780472

Black with #780472

Text Example


Text Example

White with #780472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780472; }

 p { color: rgb(120,4,114); }

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

background-color css

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

 a { background-color: rgb(120,4,114); }

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

border-color css

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

 span { border-color: rgb(120,4,114); }

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