Html Css Color HEX #77107D Purple

📋 copy color: '#77107D'

red 119 ◦ green 16 ◦ blue 125

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

Shades of Purple #77107D

Tints of Purple #77107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 45.77%
G = 6.15%
B = 48.08%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77107D (or 0x77107D) is known color: Purple. HEX triplet: 77, 10 and 7D. RGB value is (119,16,125). Sum of RGB (Red+Green+Blue) = 119+16+125=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #77107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77107D is #88EF82. Grayscale: #3A3A3A. Windows color (decimal): -8974211 or 8196215. OLE color: 8196215.

HSL color Cylindrical-coordinate representation of color #77107D: hue angle of 296.7º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77107D is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 16 125 -
CMYK 0.05 0.87 0 0.51
HSL 296.7º 0.77% 0.28% -
HSV(B) 296.7º 0.87% 0.49% -
XYZ 11.49 5.77 19.91 -
YUV 59.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 119 16 125 0.05 0.87 0 0.51 296.7 0.77 0.28
Hex 77 10 7D 5 57 0 33 129 4D 1C
Octal 167 20 175 5 127 0 63 451 115 34
Binary 1110111 10000 1111101 101 1010111 0 110011 100101001 1001101 11100

Color Harmonies of #77107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77107D

Black with #77107D

Text Example


Text Example

White with #77107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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