Html Css Color HEX #76087F Purple

📋 copy color: '#76087F'

red 118 ◦ green 8 ◦ blue 127

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

Shades of Purple #76087F

Tints of Purple #76087F

RGB

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

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

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

R = 46.64%
G = 3.16%
B = 50.2%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76087F (or 0x76087F) is known color: Purple. HEX triplet: 76, 08 and 7F. RGB value is (118,8,127). Sum of RGB (Red+Green+Blue) = 118+8+127=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #76087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76087F is #89F780. Grayscale: #363636. Windows color (decimal): -9041793 or 8325238. OLE color: 8325238.

HSL color Cylindrical-coordinate representation of color #76087F: hue angle of 295.46º 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 #76087F is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 8 127 -
CMYK 0.07 0.94 0 0.50
HSL 295.46º 0.88% 0.26% -
HSV(B) 295.46º 0.94% 0.5% -
XYZ 11.39 5.56 20.55 -
YUV 54.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 118 8 127 0.07 0.94 0 0.50 295.46 0.88 0.26
Hex 76 8 7F 7 5E 0 32 127 58 1A
Octal 166 10 177 7 136 0 62 447 130 32
Binary 1110110 1000 1111111 111 1011110 0 110010 100100111 1011000 11010

Color Harmonies of #76087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76087F

Black with #76087F

Text Example


Text Example

White with #76087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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