Html Css Color HEX #770088 Purple

📋 copy color: '#770088'

red 119 ◦ green 0 ◦ blue 136

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

Shades of Purple #770088

Tints of Purple #770088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 46.67%
G = 0%
B = 53.33%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770088 (or 0x770088) is known color: Purple. HEX triplet: 77, 00 and 88. RGB value is (119,0,136). Sum of RGB (Red+Green+Blue) = 119+0+136=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #770088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770088 is #88FF77. Grayscale: #323232. Windows color (decimal): -8978296 or 8913015. OLE color: 8913015.

HSL color Cylindrical-coordinate representation of color #770088: hue angle of 292.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770088 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 0 136 -
CMYK 0.12 1 0 0.47
HSL 292.5º 1% 0.27% -
HSV(B) 292.5º 1% 0.53% -
XYZ 12.05 5.7 23.76 -
YUV 51.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 119 0 136 0.12 1 0 0.47 292.5 1 0.27
Hex 77 0 88 C 64 0 2F 124 64 1B
Octal 167 0 210 14 144 0 57 444 144 33
Binary 1110111 0 10001000 1100 1100100 0 101111 100100100 1100100 11011

Color Harmonies of #770088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770088

Black with #770088

Text Example


Text Example

White with #770088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770088; }

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

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

background-color css

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

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

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

border-color css

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

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

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