Html Css Color HEX #770592 Purple

📋 copy color: '#770592'

red 119 ◦ green 5 ◦ blue 146

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

Shades of Purple #770592

Tints of Purple #770592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 44.07%
G = 1.85%
B = 54.07%

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

#770592 (or 0x770592) is known color: Purple. HEX triplet: 77, 05 and 92. RGB value is (119,5,146). Sum of RGB (Red+Green+Blue) = 119+5+146=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #770592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770592 is #88FA6D. Grayscale: #363636. Windows color (decimal): -8977006 or 9569655. OLE color: 9569655.

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

Color convert

RGB 119 5 146 -
CMYK 0.18 0.97 0 0.43
HSL 288.51º 0.93% 0.3% -
HSV(B) 288.51º 0.97% 0.57% -
XYZ 12.85 6.11 27.7 -
YUV 55.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 119 5 146 0.18 0.97 0 0.43 288.51 0.93 0.3
Hex 77 5 92 12 61 0 2B 121 5D 1E
Octal 167 5 222 22 141 0 53 441 135 36
Binary 1110111 101 10010010 10010 1100001 0 101011 100100001 1011101 11110

Color Harmonies of #770592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770592

Black with #770592

Text Example


Text Example

White with #770592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770592; }

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

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

background-color css

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

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

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

border-color css

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

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

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