Html Css Color HEX #77087F Purple

📋 copy color: '#77087F'

red 119 ◦ green 8 ◦ blue 127

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

Shades of Purple #77087F

Tints of Purple #77087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50%

R = 46.85%
G = 3.15%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77087F (or 0x77087F) is known color: Purple. HEX triplet: 77, 08 and 7F. RGB value is (119,8,127). Sum of RGB (Red+Green+Blue) = 119+8+127=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #77087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77087F is #88F780. Grayscale: #363636. Windows color (decimal): -8976257 or 8325239. OLE color: 8325239.

HSL color Cylindrical-coordinate representation of color #77087F: hue angle of 295.97º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77087F is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 8 127 -
CMYK 0.06 0.94 0 0.50
HSL 295.97º 0.88% 0.26% -
HSV(B) 295.97º 0.94% 0.5% -
XYZ 11.53 5.63 20.56 -
YUV 54.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 119 8 127 0.06 0.94 0 0.50 295.97 0.88 0.26
Hex 77 8 7F 6 5E 0 32 128 58 1A
Octal 167 10 177 6 136 0 62 450 130 32
Binary 1110111 1000 1111111 110 1011110 0 110010 100101000 1011000 11010

Color Harmonies of #77087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77087F

Black with #77087F

Text Example


Text Example

White with #77087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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