Html Css Color HEX #76088A Purple

📋 copy color: '#76088A'

red 118 ◦ green 8 ◦ blue 138

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

Shades of Purple #76088A

Tints of Purple #76088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 44.7%
G = 3.03%
B = 52.27%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76088A (or 0x76088A) is known color: Purple. HEX triplet: 76, 08 and 8A. RGB value is (118,8,138). Sum of RGB (Red+Green+Blue) = 118+8+138=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #76088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76088A is #89F775. Grayscale: #373737. Windows color (decimal): -9041782 or 9046134. OLE color: 9046134.

HSL color Cylindrical-coordinate representation of color #76088A: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76088A is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 8 138 -
CMYK 0.14 0.94 0 0.46
HSL 290.77º 0.89% 0.29% -
HSV(B) 290.77º 0.94% 0.54% -
XYZ 12.15 5.86 24.54 -
YUV 55.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 118 8 138 0.14 0.94 0 0.46 290.77 0.89 0.29
Hex 76 8 8A E 5E 0 2E 123 59 1D
Octal 166 10 212 16 136 0 56 443 131 35
Binary 1110110 1000 10001010 1110 1011110 0 101110 100100011 1011001 11101

Color Harmonies of #76088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76088A

Black with #76088A

Text Example


Text Example

White with #76088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76088A; }

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

 H1.HeaderClassName
 {
   color: #76088A;
 }
 .AnyTagClassName
 {
   color: #76088A;
 }
</style>

background-color css

<style>
 a { background-color: #76088A; }

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

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

border-color css

<style>
 span { border-color: #76088A; }

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

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