Html Css Color HEX #780481 Purple

📋 copy color: '#780481'

red 120 ◦ green 4 ◦ blue 129

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

Shades of Purple #780481

Tints of Purple #780481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.99%

R = 47.43%
G = 1.58%
B = 50.99%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#780481 (or 0x780481) is known color: Purple. HEX triplet: 78, 04 and 81. RGB value is (120,4,129). Sum of RGB (Red+Green+Blue) = 120+4+129=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #780481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780481 is #87FB7E. Grayscale: #343434. Windows color (decimal): -8911743 or 8455288. OLE color: 8455288.

HSL color Cylindrical-coordinate representation of color #780481: hue angle of 295.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780481 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 4 129 -
CMYK 0.07 0.97 0 0.49
HSL 295.68º 0.94% 0.26% -
HSV(B) 295.68º 0.97% 0.51% -
XYZ 11.75 5.66 21.24 -
YUV 52.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 120 4 129 0.07 0.97 0 0.49 295.68 0.94 0.26
Hex 78 4 81 7 61 0 31 128 5E 1A
Octal 170 4 201 7 141 0 61 450 136 32
Binary 1111000 100 10000001 111 1100001 0 110001 100101000 1011110 11010

Color Harmonies of #780481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780481

Black with #780481

Text Example


Text Example

White with #780481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780481; }

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

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

background-color css

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

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

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

border-color css

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

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

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