Html Css Color HEX #781481 Purple

📋 copy color: '#781481'

red 120 ◦ green 20 ◦ blue 129

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

Shades of Purple #781481

Tints of Purple #781481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 44.61%
G = 7.43%
B = 47.96%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#781481 (or 0x781481) is known color: Purple. HEX triplet: 78, 14 and 81. RGB value is (120,20,129). Sum of RGB (Red+Green+Blue) = 120+20+129=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #781481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781481 is #87EB7E. Grayscale: #3D3D3D. Windows color (decimal): -8907647 or 8459384. OLE color: 8459384.

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

Color convert

RGB 120 20 129 -
CMYK 0.07 0.84 0 0.49
HSL 295.05º 0.73% 0.29% -
HSV(B) 295.05º 0.84% 0.51% -
XYZ 11.96 6.08 21.31 -
YUV 62.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 120 20 129 0.07 0.84 0 0.49 295.05 0.73 0.29
Hex 78 14 81 7 54 0 31 127 49 1D
Octal 170 24 201 7 124 0 61 447 111 35
Binary 1111000 10100 10000001 111 1010100 0 110001 100100111 1001001 11101

Color Harmonies of #781481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781481

Black with #781481

Text Example


Text Example

White with #781481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781481; }

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

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

background-color css

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

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

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

border-color css

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

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

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