Html Css Color HEX #76087C Purple

📋 copy color: '#76087C'

red 118 ◦ green 8 ◦ blue 124

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

Shades of Purple #76087C

Tints of Purple #76087C

RGB

 RED value IS 118 (46.48% from 255) = 47.2%

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

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 47.2%
G = 3.2%
B = 49.6%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76087C (or 0x76087C) is known color: Purple. HEX triplet: 76, 08 and 7C. RGB value is (118,8,124). Sum of RGB (Red+Green+Blue) = 118+8+124=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #76087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76087C is #89F783. Grayscale: #353535. Windows color (decimal): -9041796 or 8128630. OLE color: 8128630.

HSL color Cylindrical-coordinate representation of color #76087C: hue angle of 296.9º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76087C is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 8 124 -
CMYK 0.05 0.94 0 0.51
HSL 296.9º 0.88% 0.26% -
HSV(B) 296.9º 0.94% 0.49% -
XYZ 11.2 5.48 19.54 -
YUV 54.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 118 8 124 0.05 0.94 0 0.51 296.9 0.88 0.26
Hex 76 8 7C 5 5E 0 33 129 58 1A
Octal 166 10 174 5 136 0 63 451 130 32
Binary 1110110 1000 1111100 101 1011110 0 110011 100101001 1011000 11010

Color Harmonies of #76087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76087C

Black with #76087C

Text Example


Text Example

White with #76087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76087C; }

 p { color: rgb(118,8,124); }

 H1.HeaderClassName
 {
   color: #76087C;
 }
 .AnyTagClassName
 {
   color: #76087C;
 }
</style>

background-color css

<style>
 a { background-color: #76087C; }

 a { background-color: rgb(118,8,124); }

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

border-color css

<style>
 span { border-color: #76087C; }

 span { border-color: rgb(118,8,124); }

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