Html Css Color HEX #780381 Purple

📋 copy color: '#780381'

red 120 ◦ green 3 ◦ blue 129

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

Shades of Purple #780381

Tints of Purple #780381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 47.62%
G = 1.19%
B = 51.19%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#780381 (or 0x780381) is known color: Purple. HEX triplet: 78, 03 and 81. RGB value is (120,3,129). Sum of RGB (Red+Green+Blue) = 120+3+129=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #780381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780381 is #87FC7E. Grayscale: #333333. Windows color (decimal): -8911999 or 8455032. OLE color: 8455032.

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

Color convert

RGB 120 3 129 -
CMYK 0.07 0.98 0 0.49
HSL 295.71º 0.95% 0.26% -
HSV(B) 295.71º 0.98% 0.51% -
XYZ 11.74 5.64 21.24 -
YUV 52.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 120 3 129 0.07 0.98 0 0.49 295.71 0.95 0.26
Hex 78 3 81 7 62 0 31 128 5F 1A
Octal 170 3 201 7 142 0 61 450 137 32
Binary 1111000 11 10000001 111 1100010 0 110001 100101000 1011111 11010

Color Harmonies of #780381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780381

Black with #780381

Text Example


Text Example

White with #780381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780381; }

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

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

background-color css

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

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

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

border-color css

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

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

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