Html Css Color HEX #76018E Purple

📋 copy color: '#76018E'

red 118 ◦ green 1 ◦ blue 142

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

Shades of Purple #76018E

Tints of Purple #76018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 45.21%
G = 0.38%
B = 54.41%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76018E (or 0x76018E) is known color: Purple. HEX triplet: 76, 01 and 8E. RGB value is (118,1,142). Sum of RGB (Red+Green+Blue) = 118+1+142=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #76018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76018E is #89FE71. Grayscale: #333333. Windows color (decimal): -9043570 or 9306486. OLE color: 9306486.

HSL color Cylindrical-coordinate representation of color #76018E: hue angle of 289.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76018E is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 1 142 -
CMYK 0.17 0.99 0 0.44
HSL 289.79º 0.99% 0.28% -
HSV(B) 289.79º 0.99% 0.56% -
XYZ 12.36 5.83 26.06 -
YUV 52.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 118 1 142 0.17 0.99 0 0.44 289.79 0.99 0.28
Hex 76 1 8E 11 63 0 2C 122 63 1C
Octal 166 1 216 21 143 0 54 442 143 34
Binary 1110110 1 10001110 10001 1100011 0 101100 100100010 1100011 11100

Color Harmonies of #76018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76018E

Black with #76018E

Text Example


Text Example

White with #76018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76018E; }

 p { color: rgb(118,1,142); }

 H1.HeaderClassName
 {
   color: #76018E;
 }
 .AnyTagClassName
 {
   color: #76018E;
 }
</style>

background-color css

<style>
 a { background-color: #76018E; }

 a { background-color: rgb(118,1,142); }

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

border-color css

<style>
 span { border-color: #76018E; }

 span { border-color: rgb(118,1,142); }

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