Html Css Color HEX #76048E Purple

📋 copy color: '#76048E'

red 118 ◦ green 4 ◦ blue 142

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

Shades of Purple #76048E

Tints of Purple #76048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 44.7%
G = 1.52%
B = 53.79%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76048E (or 0x76048E) is known color: Purple. HEX triplet: 76, 04 and 8E. RGB value is (118,4,142). Sum of RGB (Red+Green+Blue) = 118+4+142=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #76048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76048E is #89FB71. Grayscale: #353535. Windows color (decimal): -9042802 or 9307254. OLE color: 9307254.

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

Color convert

RGB 118 4 142 -
CMYK 0.17 0.97 0 0.44
HSL 289.57º 0.95% 0.29% -
HSV(B) 289.57º 0.97% 0.56% -
XYZ 12.4 5.89 26.07 -
YUV 53.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 118 4 142 0.17 0.97 0 0.44 289.57 0.95 0.29
Hex 76 4 8E 11 61 0 2C 122 5F 1D
Octal 166 4 216 21 141 0 54 442 137 35
Binary 1110110 100 10001110 10001 1100001 0 101100 100100010 1011111 11101

Color Harmonies of #76048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76048E

Black with #76048E

Text Example


Text Example

White with #76048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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