Html Css Color HEX #780272 Purple

📋 copy color: '#780272'

red 120 ◦ green 2 ◦ blue 114

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

Shades of Purple #780272

Tints of Purple #780272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 50.85%
G = 0.85%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#780272 (or 0x780272) is known color: Purple. HEX triplet: 78, 02 and 72. RGB value is (120,2,114). Sum of RGB (Red+Green+Blue) = 120+2+114=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780272 is #87FD8D. Grayscale: #313131. Windows color (decimal): -8912270 or 7471736. OLE color: 7471736.

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

Color convert

RGB 120 2 114 -
CMYK 0 0.98 0.05 0.53
HSL 303.05º 0.97% 0.24% -
HSV(B) 303.05º 0.98% 0.47% -
XYZ 10.8 5.25 16.36 -
YUV 50.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 120 2 114 0 0.98 0.05 0.53 303.05 0.97 0.24
Hex 78 2 72 0 62 5 35 12F 61 18
Octal 170 2 162 0 142 5 65 457 141 30
Binary 1111000 10 1110010 0 1100010 101 110101 100101111 1100001 11000

Color Harmonies of #780272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780272

Black with #780272

Text Example


Text Example

White with #780272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780272; }

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

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

background-color css

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

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

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

border-color css

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

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

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