Html Css Color HEX #761276 Purple

📋 copy color: '#761276'

red 118 ◦ green 18 ◦ blue 118

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

Shades of Purple #761276

Tints of Purple #761276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 46.46%
G = 7.09%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#761276 (or 0x761276) is known color: Purple. HEX triplet: 76, 12 and 76. RGB value is (118,18,118). Sum of RGB (Red+Green+Blue) = 118+18+118=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #761276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761276 is #89ED89. Grayscale: #3B3B3B. Windows color (decimal): -9039242 or 7737974. OLE color: 7737974.

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

Color convert

RGB 118 18 118 -
CMYK 0 0.85 0 0.54
HSL 300º 0.74% 0.27% -
HSV(B) 300º 0.85% 0.46% -
XYZ 10.96 5.59 17.64 -
YUV 59.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 118 18 118 0 0.85 0 0.54 300 0.74 0.27
Hex 76 12 76 0 55 0 36 12C 4A 1B
Octal 166 22 166 0 125 0 66 454 112 33
Binary 1110110 10010 1110110 0 1010101 0 110110 100101100 1001010 11011

Color Harmonies of #761276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761276

Black with #761276

Text Example


Text Example

White with #761276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761276; }

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

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

background-color css

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

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

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

border-color css

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

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

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