Html Css Color HEX #741276 Purple

📋 copy color: '#741276'

red 116 ◦ green 18 ◦ blue 118

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

Shades of Purple #741276

Tints of Purple #741276

RGB

 RED value IS 116 (45.7% from 255) = 46.03%

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

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

R = 46.03%
G = 7.14%
B = 46.83%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741276 (or 0x741276) is known color: Purple. HEX triplet: 74, 12 and 76. RGB value is (116,18,118). Sum of RGB (Red+Green+Blue) = 116+18+118=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #741276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741276 is #8BED89. Grayscale: #3A3A3A. Windows color (decimal): -9170314 or 7737972. OLE color: 7737972.

HSL color Cylindrical-coordinate representation of color #741276: hue angle of 298.8º 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 #741276 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 18 118 -
CMYK 0.02 0.85 0 0.54
HSL 298.8º 0.74% 0.27% -
HSV(B) 298.8º 0.85% 0.46% -
XYZ 10.69 5.45 17.63 -
YUV 58.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 116 18 118 0.02 0.85 0 0.54 298.8 0.74 0.27
Hex 74 12 76 2 55 0 36 12B 4A 1B
Octal 164 22 166 2 125 0 66 453 112 33
Binary 1110100 10010 1110110 10 1010101 0 110110 100101011 1001010 11011

Color Harmonies of #741276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741276

Black with #741276

Text Example


Text Example

White with #741276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741276; }

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

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

background-color css

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

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

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

border-color css

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

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

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