Html Css Color HEX #770092 Purple

📋 copy color: '#770092'

red 119 ◦ green 0 ◦ blue 146

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

Shades of Purple #770092

Tints of Purple #770092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 44.91%
G = 0%
B = 55.09%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#770092 (or 0x770092) is known color: Purple. HEX triplet: 77, 00 and 92. RGB value is (119,0,146). Sum of RGB (Red+Green+Blue) = 119+0+146=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #770092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770092 is #88FF6D. Grayscale: #333333. Windows color (decimal): -8978286 or 9568375. OLE color: 9568375.

HSL color Cylindrical-coordinate representation of color #770092: hue angle of 288.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770092 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 0 146 -
CMYK 0.18 1 0 0.43
HSL 288.9º 1% 0.29% -
HSV(B) 288.9º 1% 0.57% -
XYZ 12.8 6 27.68 -
YUV 52.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 119 0 146 0.18 1 0 0.43 288.9 1 0.29
Hex 77 0 92 12 64 0 2B 121 64 1D
Octal 167 0 222 22 144 0 53 441 144 35
Binary 1110111 0 10010010 10010 1100100 0 101011 100100001 1100100 11101

Color Harmonies of #770092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770092

Black with #770092

Text Example


Text Example

White with #770092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770092; }

 p { color: rgb(119,0,146); }

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

background-color css

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

 a { background-color: rgb(119,0,146); }

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

border-color css

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

 span { border-color: rgb(119,0,146); }

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