Html Css Color HEX #76028D Purple

📋 copy color: '#76028D'

red 118 ◦ green 2 ◦ blue 141

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

Shades of Purple #76028D

Tints of Purple #76028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 45.21%
G = 0.77%
B = 54.02%

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

#76028D (or 0x76028D) is known color: Purple. HEX triplet: 76, 02 and 8D. RGB value is (118,2,141). Sum of RGB (Red+Green+Blue) = 118+2+141=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #76028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76028D is #89FD72. Grayscale: #343434. Windows color (decimal): -9043315 or 9241206. OLE color: 9241206.

HSL color Cylindrical-coordinate representation of color #76028D: hue angle of 290.07º degrees, saturation: 0.97, 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 #76028D is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 2 141 -
CMYK 0.16 0.99 0 0.45
HSL 290.07º 0.97% 0.28% -
HSV(B) 290.07º 0.99% 0.55% -
XYZ 12.3 5.82 25.67 -
YUV 52.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 118 2 141 0.16 0.99 0 0.45 290.07 0.97 0.28
Hex 76 2 8D 10 63 0 2D 122 61 1C
Octal 166 2 215 20 143 0 55 442 141 34
Binary 1110110 10 10001101 10000 1100011 0 101101 100100010 1100001 11100

Color Harmonies of #76028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76028D

Black with #76028D

Text Example


Text Example

White with #76028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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