Html Css Color HEX #762076 Dark Purple

📋 copy color: '#762076'

red 118 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #762076

Tints of Dark Purple #762076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 44.03%
G = 11.94%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#762076 (or 0x762076) is known color: Dark Purple. HEX triplet: 76, 20 and 76. RGB value is (118,32,118). Sum of RGB (Red+Green+Blue) = 118+32+118=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #762076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762076 is #89DF89. Grayscale: #434343. Windows color (decimal): -9035658 or 7741558. OLE color: 7741558.

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

Color convert

RGB 118 32 118 -
CMYK 0 0.73 0 0.54
HSL 300º 0.57% 0.29% -
HSV(B) 300º 0.73% 0.46% -
XYZ 11.26 6.19 17.74 -
YUV 67.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 118 32 118 0 0.73 0 0.54 300 0.57 0.29
Hex 76 20 76 0 49 0 36 12C 39 1D
Octal 166 40 166 0 111 0 66 454 71 35
Binary 1110110 100000 1110110 0 1001001 0 110110 100101100 111001 11101

Color Harmonies of #762076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762076

Black with #762076

Text Example


Text Example

White with #762076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762076; }

 p { color: rgb(118,32,118); }

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

background-color css

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

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

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

border-color css

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

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

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