Html Css Color HEX #770E93 Purple

📋 copy color: '#770E93'

red 119 ◦ green 14 ◦ blue 147

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

Shades of Purple #770E93

Tints of Purple #770E93

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 42.5%
G = 5%
B = 52.5%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770E93 (or 0x770E93) is known color: Purple. HEX triplet: 77, 0E and 93. RGB value is (119,14,147). Sum of RGB (Red+Green+Blue) = 119+14+147=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #770E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770E93 is #88F16C. Grayscale: #3C3C3C. Windows color (decimal): -8974701 or 9637495. OLE color: 9637495.

HSL color Cylindrical-coordinate representation of color #770E93: hue angle of 287.37º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770E93 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 14 147 -
CMYK 0.19 0.90 0 0.42
HSL 287.37º 0.83% 0.32% -
HSV(B) 287.37º 0.9% 0.58% -
XYZ 13.03 6.34 28.14 -
YUV 60.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 119 14 147 0.19 0.90 0 0.42 287.37 0.83 0.32
Hex 77 E 93 13 5A 0 2A 11F 53 20
Octal 167 16 223 23 132 0 52 437 123 40
Binary 1110111 1110 10010011 10011 1011010 0 101010 100011111 1010011 100000

Color Harmonies of #770E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E93

Black with #770E93

Text Example


Text Example

White with #770E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770E93; }

 p { color: rgb(119,14,147); }

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

background-color css

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

 a { background-color: rgb(119,14,147); }

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

border-color css

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

 span { border-color: rgb(119,14,147); }

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