Html Css Color HEX #76018D Purple

📋 copy color: '#76018D'

red 118 ◦ green 1 ◦ blue 141

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

Shades of Purple #76018D

Tints of Purple #76018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 45.38%
G = 0.38%
B = 54.23%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76018D (or 0x76018D) is known color: Purple. HEX triplet: 76, 01 and 8D. RGB value is (118,1,141). Sum of RGB (Red+Green+Blue) = 118+1+141=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #76018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76018D is #89FE72. Grayscale: #333333. Windows color (decimal): -9043571 or 9240950. OLE color: 9240950.

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

Color convert

RGB 118 1 141 -
CMYK 0.16 0.99 0 0.45
HSL 290.14º 0.99% 0.28% -
HSV(B) 290.14º 0.99% 0.55% -
XYZ 12.29 5.8 25.67 -
YUV 51.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 118 1 141 0.16 0.99 0 0.45 290.14 0.99 0.28
Hex 76 1 8D 10 63 0 2D 122 63 1C
Octal 166 1 215 20 143 0 55 442 143 34
Binary 1110110 1 10001101 10000 1100011 0 101101 100100010 1100011 11100

Color Harmonies of #76018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76018D

Black with #76018D

Text Example


Text Example

White with #76018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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