Html Css Color HEX #780581 Purple

📋 copy color: '#780581'

red 120 ◦ green 5 ◦ blue 129

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

Shades of Purple #780581

Tints of Purple #780581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 47.24%
G = 1.97%
B = 50.79%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#780581 (or 0x780581) is known color: Purple. HEX triplet: 78, 05 and 81. RGB value is (120,5,129). Sum of RGB (Red+Green+Blue) = 120+5+129=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #780581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780581 is #87FA7E. Grayscale: #353535. Windows color (decimal): -8911487 or 8455544. OLE color: 8455544.

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

Color convert

RGB 120 5 129 -
CMYK 0.07 0.96 0 0.49
HSL 295.65º 0.93% 0.26% -
HSV(B) 295.65º 0.96% 0.51% -
XYZ 11.76 5.69 21.25 -
YUV 53.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 120 5 129 0.07 0.96 0 0.49 295.65 0.93 0.26
Hex 78 5 81 7 60 0 31 128 5D 1A
Octal 170 5 201 7 140 0 61 450 135 32
Binary 1111000 101 10000001 111 1100000 0 110001 100101000 1011101 11010

Color Harmonies of #780581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780581

Black with #780581

Text Example


Text Example

White with #780581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780581; }

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

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

background-color css

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

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

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

border-color css

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

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

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