Html Css Color HEX #780781 Purple

📋 copy color: '#780781'

red 120 ◦ green 7 ◦ blue 129

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

Shades of Purple #780781

Tints of Purple #780781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 46.88%
G = 2.73%
B = 50.39%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#780781 (or 0x780781) is known color: Purple. HEX triplet: 78, 07 and 81. RGB value is (120,7,129). Sum of RGB (Red+Green+Blue) = 120+7+129=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #780781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780781 is #87F87E. Grayscale: #363636. Windows color (decimal): -8910975 or 8456056. OLE color: 8456056.

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

Color convert

RGB 120 7 129 -
CMYK 0.07 0.95 0 0.49
HSL 295.57º 0.9% 0.27% -
HSV(B) 295.57º 0.95% 0.51% -
XYZ 11.78 5.73 21.25 -
YUV 54.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 120 7 129 0.07 0.95 0 0.49 295.57 0.9 0.27
Hex 78 7 81 7 5F 0 31 128 5A 1B
Octal 170 7 201 7 137 0 61 450 132 33
Binary 1111000 111 10000001 111 1011111 0 110001 100101000 1011010 11011

Color Harmonies of #780781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780781

Black with #780781

Text Example


Text Example

White with #780781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780781; }

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

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

background-color css

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

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

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

border-color css

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

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

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