Html Css Color HEX #77098C Purple

📋 copy color: '#77098C'

red 119 ◦ green 9 ◦ blue 140

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

Shades of Purple #77098C

Tints of Purple #77098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 44.4%
G = 3.36%
B = 52.24%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77098C (or 0x77098C) is known color: Purple. HEX triplet: 77, 09 and 8C. RGB value is (119,9,140). Sum of RGB (Red+Green+Blue) = 119+9+140=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #77098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77098C is #88F673. Grayscale: #383838. Windows color (decimal): -8975988 or 9177463. OLE color: 9177463.

HSL color Cylindrical-coordinate representation of color #77098C: hue angle of 290.38º degrees, saturation: 0.88, 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 #77098C is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 9 140 -
CMYK 0.15 0.94 0 0.45
HSL 290.38º 0.88% 0.29% -
HSV(B) 290.38º 0.94% 0.55% -
XYZ 12.44 6.01 25.32 -
YUV 56.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 119 9 140 0.15 0.94 0 0.45 290.38 0.88 0.29
Hex 77 9 8C F 5E 0 2D 122 58 1D
Octal 167 11 214 17 136 0 55 442 130 35
Binary 1110111 1001 10001100 1111 1011110 0 101101 100100010 1011000 11101

Color Harmonies of #77098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77098C

Black with #77098C

Text Example


Text Example

White with #77098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77098C; }

 p { color: rgb(119,9,140); }

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

background-color css

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

 a { background-color: rgb(119,9,140); }

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

border-color css

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

 span { border-color: rgb(119,9,140); }

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