Html Css Color HEX #77157B Purple

📋 copy color: '#77157B'

red 119 ◦ green 21 ◦ blue 123

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

Shades of Purple #77157B

Tints of Purple #77157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 45.25%
G = 7.98%
B = 46.77%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77157B (or 0x77157B) is known color: Purple. HEX triplet: 77, 15 and 7B. RGB value is (119,21,123). Sum of RGB (Red+Green+Blue) = 119+21+123=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #77157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77157B is #88EA84. Grayscale: #3D3D3D. Windows color (decimal): -8972933 or 8066423. OLE color: 8066423.

HSL color Cylindrical-coordinate representation of color #77157B: hue angle of 297.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77157B is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 21 123 -
CMYK 0.03 0.83 0 0.52
HSL 297.65º 0.71% 0.28% -
HSV(B) 297.65º 0.83% 0.48% -
XYZ 11.45 5.89 19.27 -
YUV 61.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 119 21 123 0.03 0.83 0 0.52 297.65 0.71 0.28
Hex 77 15 7B 3 53 0 34 12A 47 1C
Octal 167 25 173 3 123 0 64 452 107 34
Binary 1110111 10101 1111011 11 1010011 0 110100 100101010 1000111 11100

Color Harmonies of #77157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77157B

Black with #77157B

Text Example


Text Example

White with #77157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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