Html Css Color HEX #781581 Purple

📋 copy color: '#781581'

red 120 ◦ green 21 ◦ blue 129

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

Shades of Purple #781581

Tints of Purple #781581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 44.44%
G = 7.78%
B = 47.78%

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

#781581 (or 0x781581) is known color: Purple. HEX triplet: 78, 15 and 81. RGB value is (120,21,129). Sum of RGB (Red+Green+Blue) = 120+21+129=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #781581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781581 is #87EA7E. Grayscale: #3E3E3E. Windows color (decimal): -8907391 or 8459640. OLE color: 8459640.

HSL color Cylindrical-coordinate representation of color #781581: hue angle of 295º degrees, saturation: 0.72, 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 #781581 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 21 129 -
CMYK 0.07 0.84 0 0.49
HSL 295º 0.72% 0.29% -
HSV(B) 295º 0.84% 0.51% -
XYZ 11.98 6.11 21.32 -
YUV 62.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 120 21 129 0.07 0.84 0 0.49 295 0.72 0.29
Hex 78 15 81 7 54 0 31 127 48 1D
Octal 170 25 201 7 124 0 61 447 110 35
Binary 1111000 10101 10000001 111 1010100 0 110001 100100111 1001000 11101

Color Harmonies of #781581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781581

Black with #781581

Text Example


Text Example

White with #781581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781581; }

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

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

background-color css

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

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

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

border-color css

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

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

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