Html Css Color HEX #780273 Purple

📋 copy color: '#780273'

red 120 ◦ green 2 ◦ blue 115

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

Shades of Purple #780273

Tints of Purple #780273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 50.63%
G = 0.84%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#780273 (or 0x780273) is known color: Purple. HEX triplet: 78, 02 and 73. RGB value is (120,2,115). Sum of RGB (Red+Green+Blue) = 120+2+115=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780273 is #87FD8C. Grayscale: #313131. Windows color (decimal): -8912269 or 7537272. OLE color: 7537272.

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

Color convert

RGB 120 2 115 -
CMYK 0 0.98 0.04 0.53
HSL 302.54º 0.97% 0.24% -
HSV(B) 302.54º 0.98% 0.47% -
XYZ 10.86 5.27 16.67 -
YUV 50.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 120 2 115 0 0.98 0.04 0.53 302.54 0.97 0.24
Hex 78 2 73 0 62 4 35 12F 61 18
Octal 170 2 163 0 142 4 65 457 141 30
Binary 1111000 10 1110011 0 1100010 100 110101 100101111 1100001 11000

Color Harmonies of #780273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780273

Black with #780273

Text Example


Text Example

White with #780273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780273; }

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

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

background-color css

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

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

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

border-color css

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

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

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