Html Css Color HEX #77086F Purple

📋 copy color: '#77086F'

red 119 ◦ green 8 ◦ blue 111

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

Shades of Purple #77086F

Tints of Purple #77086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 111 (43.75% from 255) = 46.64%

R = 50%
G = 3.36%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77086F (or 0x77086F) is known color: Purple. HEX triplet: 77, 08 and 6F. RGB value is (119,8,111). Sum of RGB (Red+Green+Blue) = 119+8+111=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77086F is #88F790. Grayscale: #343434. Windows color (decimal): -8976273 or 7276663. OLE color: 7276663.

HSL color Cylindrical-coordinate representation of color #77086F: hue angle of 304.32º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77086F is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 111 -
CMYK 0 0.93 0.07 0.53
HSL 304.32º 0.87% 0.25% -
HSV(B) 304.32º 0.93% 0.47% -
XYZ 10.56 5.24 15.49 -
YUV 52.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 119 8 111 0 0.93 0.07 0.53 304.32 0.87 0.25
Hex 77 8 6F 0 5D 7 35 130 57 19
Octal 167 10 157 0 135 7 65 460 127 31
Binary 1110111 1000 1101111 0 1011101 111 110101 100110000 1010111 11001

Color Harmonies of #77086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77086F

Black with #77086F

Text Example


Text Example

White with #77086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77086F; }

 p { color: rgb(119,8,111); }

 H1.HeaderClassName
 {
   color: #77086F;
 }
 .AnyTagClassName
 {
   color: #77086F;
 }
</style>

background-color css

<style>
 a { background-color: #77086F; }

 a { background-color: rgb(119,8,111); }

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

border-color css

<style>
 span { border-color: #77086F; }

 span { border-color: rgb(119,8,111); }

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