Html Css Color HEX #77088B Purple

📋 copy color: '#77088B'

red 119 ◦ green 8 ◦ blue 139

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

Shades of Purple #77088B

Tints of Purple #77088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 44.74%
G = 3.01%
B = 52.26%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77088B (or 0x77088B) is known color: Purple. HEX triplet: 77, 08 and 8B. RGB value is (119,8,139). Sum of RGB (Red+Green+Blue) = 119+8+139=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #77088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77088B is #88F774. Grayscale: #373737. Windows color (decimal): -8976245 or 9111671. OLE color: 9111671.

HSL color Cylindrical-coordinate representation of color #77088B: hue angle of 290.84º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77088B is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 8 139 -
CMYK 0.14 0.94 0 0.45
HSL 290.84º 0.89% 0.29% -
HSV(B) 290.84º 0.94% 0.55% -
XYZ 12.35 5.96 24.93 -
YUV 56.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 119 8 139 0.14 0.94 0 0.45 290.84 0.89 0.29
Hex 77 8 8B E 5E 0 2D 123 59 1D
Octal 167 10 213 16 136 0 55 443 131 35
Binary 1110111 1000 10001011 1110 1011110 0 101101 100100011 1011001 11101

Color Harmonies of #77088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77088B

Black with #77088B

Text Example


Text Example

White with #77088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77088B; }

 p { color: rgb(119,8,139); }

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

background-color css

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

 a { background-color: rgb(119,8,139); }

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

border-color css

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

 span { border-color: rgb(119,8,139); }

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