Html Css Color HEX #770A93 Purple

📋 copy color: '#770A93'

red 119 ◦ green 10 ◦ blue 147

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

Shades of Purple #770A93

Tints of Purple #770A93

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

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

R = 43.12%
G = 3.62%
B = 53.26%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770A93 (or 0x770A93) is known color: Purple. HEX triplet: 77, 0A and 93. RGB value is (119,10,147). Sum of RGB (Red+Green+Blue) = 119+10+147=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #770A93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770A93 is #88F56C. Grayscale: #393939. Windows color (decimal): -8975725 or 9636471. OLE color: 9636471.

HSL color Cylindrical-coordinate representation of color #770A93: hue angle of 287.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770A93 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 10 147 -
CMYK 0.19 0.93 0 0.42
HSL 287.74º 0.87% 0.31% -
HSV(B) 287.74º 0.93% 0.58% -
XYZ 12.98 6.25 28.13 -
YUV 58.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 119 10 147 0.19 0.93 0 0.42 287.74 0.87 0.31
Hex 77 A 93 13 5D 0 2A 120 57 1F
Octal 167 12 223 23 135 0 52 440 127 37
Binary 1110111 1010 10010011 10011 1011101 0 101010 100100000 1010111 11111

Color Harmonies of #770A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A93

Black with #770A93

Text Example


Text Example

White with #770A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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