Html Css Color HEX #781181 Purple

📋 copy color: '#781181'

red 120 ◦ green 17 ◦ blue 129

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

Shades of Purple #781181

Tints of Purple #781181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 45.11%
G = 6.39%
B = 48.5%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#781181 (or 0x781181) is known color: Purple. HEX triplet: 78, 11 and 81. RGB value is (120,17,129). Sum of RGB (Red+Green+Blue) = 120+17+129=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #781181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781181 is #87EE7E. Grayscale: #3C3C3C. Windows color (decimal): -8908415 or 8458616. OLE color: 8458616.

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

Color convert

RGB 120 17 129 -
CMYK 0.07 0.87 0 0.49
HSL 295.18º 0.77% 0.29% -
HSV(B) 295.18º 0.87% 0.51% -
XYZ 11.91 5.98 21.3 -
YUV 60.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 120 17 129 0.07 0.87 0 0.49 295.18 0.77 0.29
Hex 78 11 81 7 57 0 31 127 4D 1D
Octal 170 21 201 7 127 0 61 447 115 35
Binary 1111000 10001 10000001 111 1010111 0 110001 100100111 1001101 11101

Color Harmonies of #781181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781181

Black with #781181

Text Example


Text Example

White with #781181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781181; }

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

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

background-color css

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

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

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

border-color css

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

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

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