Html Css Color HEX #780277 Purple

📋 copy color: '#780277'

red 120 ◦ green 2 ◦ blue 119

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

Shades of Purple #780277

Tints of Purple #780277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 49.79%
G = 0.83%
B = 49.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#780277 (or 0x780277) is known color: Purple. HEX triplet: 78, 02 and 77. RGB value is (120,2,119). Sum of RGB (Red+Green+Blue) = 120+2+119=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #780277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780277 is #87FD88. Grayscale: #323232. Windows color (decimal): -8912265 or 7799416. OLE color: 7799416.

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

Color convert

RGB 120 2 119 -
CMYK 0 0.98 0.01 0.53
HSL 300.51º 0.97% 0.24% -
HSV(B) 300.51º 0.98% 0.47% -
XYZ 11.1 5.37 17.9 -
YUV 50.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 120 2 119 0 0.98 0.01 0.53 300.51 0.97 0.24
Hex 78 2 77 0 62 1 35 12D 61 18
Octal 170 2 167 0 142 1 65 455 141 30
Binary 1111000 10 1110111 0 1100010 1 110101 100101101 1100001 11000

Color Harmonies of #780277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780277

Black with #780277

Text Example


Text Example

White with #780277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780277; }

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

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

background-color css

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

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

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

border-color css

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

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

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