Html Css Color HEX #77107B Purple

📋 copy color: '#77107B'

red 119 ◦ green 16 ◦ blue 123

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

Shades of Purple #77107B

Tints of Purple #77107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 46.12%
G = 6.2%
B = 47.67%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77107B (or 0x77107B) is known color: Purple. HEX triplet: 77, 10 and 7B. RGB value is (119,16,123). Sum of RGB (Red+Green+Blue) = 119+16+123=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #77107B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77107B is #88EF84. Grayscale: #3A3A3A. Windows color (decimal): -8974213 or 8065143. OLE color: 8065143.

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

Color convert

RGB 119 16 123 -
CMYK 0.03 0.87 0 0.52
HSL 297.76º 0.77% 0.27% -
HSV(B) 297.76º 0.87% 0.48% -
XYZ 11.37 5.72 19.24 -
YUV 59 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 119 16 123 0.03 0.87 0 0.52 297.76 0.77 0.27
Hex 77 10 7B 3 57 0 34 12A 4D 1B
Octal 167 20 173 3 127 0 64 452 115 33
Binary 1110111 10000 1111011 11 1010111 0 110100 100101010 1001101 11011

Color Harmonies of #77107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77107B

Black with #77107B

Text Example


Text Example

White with #77107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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