Html Css Color HEX #770492 Purple

📋 copy color: '#770492'

red 119 ◦ green 4 ◦ blue 146

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

Shades of Purple #770492

Tints of Purple #770492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 44.24%
G = 1.49%
B = 54.28%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#770492 (or 0x770492) is known color: Purple. HEX triplet: 77, 04 and 92. RGB value is (119,4,146). Sum of RGB (Red+Green+Blue) = 119+4+146=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #770492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770492 is #88FB6D. Grayscale: #363636. Windows color (decimal): -8977262 or 9569399. OLE color: 9569399.

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

Color convert

RGB 119 4 146 -
CMYK 0.18 0.97 0 0.43
HSL 288.59º 0.95% 0.29% -
HSV(B) 288.59º 0.97% 0.57% -
XYZ 12.84 6.08 27.69 -
YUV 54.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 119 4 146 0.18 0.97 0 0.43 288.59 0.95 0.29
Hex 77 4 92 12 61 0 2B 121 5F 1D
Octal 167 4 222 22 141 0 53 441 137 35
Binary 1110111 100 10010010 10010 1100001 0 101011 100100001 1011111 11101

Color Harmonies of #770492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770492

Black with #770492

Text Example


Text Example

White with #770492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770492; }

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

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

background-color css

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

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

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

border-color css

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

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

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