Html Css Color HEX #77158B Purple

📋 copy color: '#77158B'

red 119 ◦ green 21 ◦ blue 139

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

Shades of Purple #77158B

Tints of Purple #77158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

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

R = 42.65%
G = 7.53%
B = 49.82%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77158B (or 0x77158B) is known color: Purple. HEX triplet: 77, 15 and 8B. RGB value is (119,21,139). Sum of RGB (Red+Green+Blue) = 119+21+139=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #77158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77158B is #88EA74. Grayscale: #3F3F3F. Windows color (decimal): -8972917 or 9114999. OLE color: 9114999.

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

Color convert

RGB 119 21 139 -
CMYK 0.14 0.85 0 0.45
HSL 289.83º 0.74% 0.31% -
HSV(B) 289.83º 0.85% 0.55% -
XYZ 12.54 6.32 24.99 -
YUV 63.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 119 21 139 0.14 0.85 0 0.45 289.83 0.74 0.31
Hex 77 15 8B E 55 0 2D 122 4A 1F
Octal 167 25 213 16 125 0 55 442 112 37
Binary 1110111 10101 10001011 1110 1010101 0 101101 100100010 1001010 11111

Color Harmonies of #77158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77158B

Black with #77158B

Text Example


Text Example

White with #77158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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