Html Css Color HEX #770692 Purple

📋 copy color: '#770692'

red 119 ◦ green 6 ◦ blue 146

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

Shades of Purple #770692

Tints of Purple #770692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 43.91%
G = 2.21%
B = 53.87%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#770692 (or 0x770692) is known color: Purple. HEX triplet: 77, 06 and 92. RGB value is (119,6,146). Sum of RGB (Red+Green+Blue) = 119+6+146=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #770692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770692 is #88F96D. Grayscale: #373737. Windows color (decimal): -8976750 or 9569911. OLE color: 9569911.

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

Color convert

RGB 119 6 146 -
CMYK 0.18 0.96 0 0.43
HSL 288.43º 0.92% 0.3% -
HSV(B) 288.43º 0.96% 0.57% -
XYZ 12.86 6.13 27.7 -
YUV 55.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 119 6 146 0.18 0.96 0 0.43 288.43 0.92 0.3
Hex 77 6 92 12 60 0 2B 120 5C 1E
Octal 167 6 222 22 140 0 53 440 134 36
Binary 1110111 110 10010010 10010 1100000 0 101011 100100000 1011100 11110

Color Harmonies of #770692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770692

Black with #770692

Text Example


Text Example

White with #770692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770692; }

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

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

background-color css

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

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

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

border-color css

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

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

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