Html Css Color HEX #770381 Purple

📋 copy color: '#770381'

red 119 ◦ green 3 ◦ blue 129

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

Shades of Purple #770381

Tints of Purple #770381

RGB

 RED value IS 119 (46.88% from 255) = 47.41%

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

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

R = 47.41%
G = 1.2%
B = 51.39%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770381 (or 0x770381) is known color: Purple. HEX triplet: 77, 03 and 81. RGB value is (119,3,129). Sum of RGB (Red+Green+Blue) = 119+3+129=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #770381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770381 is #88FC7E. Grayscale: #333333. Windows color (decimal): -8977535 or 8455031. OLE color: 8455031.

HSL color Cylindrical-coordinate representation of color #770381: hue angle of 295.24º 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 #770381 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 3 129 -
CMYK 0.08 0.98 0 0.49
HSL 295.24º 0.95% 0.26% -
HSV(B) 295.24º 0.98% 0.51% -
XYZ 11.6 5.57 21.23 -
YUV 52.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 119 3 129 0.08 0.98 0 0.49 295.24 0.95 0.26
Hex 77 3 81 8 62 0 31 127 5F 1A
Octal 167 3 201 10 142 0 61 447 137 32
Binary 1110111 11 10000001 1000 1100010 0 110001 100100111 1011111 11010

Color Harmonies of #770381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770381

Black with #770381

Text Example


Text Example

White with #770381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770381; }

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

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

background-color css

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

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

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

border-color css

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

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

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