Html Css Color HEX #780172 Purple

📋 copy color: '#780172'

red 120 ◦ green 1 ◦ blue 114

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

Shades of Purple #780172

Tints of Purple #780172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 51.06%
G = 0.43%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#780172 (or 0x780172) is known color: Purple. HEX triplet: 78, 01 and 72. RGB value is (120,1,114). Sum of RGB (Red+Green+Blue) = 120+1+114=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #780172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780172 is #87FE8D. Grayscale: #313131. Windows color (decimal): -8912526 or 7471480. OLE color: 7471480.

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

Color convert

RGB 120 1 114 -
CMYK 0 0.99 0.05 0.53
HSL 303.03º 0.98% 0.24% -
HSV(B) 303.03º 0.99% 0.47% -
XYZ 10.79 5.23 16.36 -
YUV 49.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 120 1 114 0 0.99 0.05 0.53 303.03 0.98 0.24
Hex 78 1 72 0 63 5 35 12F 62 18
Octal 170 1 162 0 143 5 65 457 142 30
Binary 1111000 1 1110010 0 1100011 101 110101 100101111 1100010 11000

Color Harmonies of #780172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780172

Black with #780172

Text Example


Text Example

White with #780172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780172; }

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

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

background-color css

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

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

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

border-color css

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

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

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