Html Css Color HEX #741376 Purple

📋 copy color: '#741376'

red 116 ◦ green 19 ◦ blue 118

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

Shades of Purple #741376

Tints of Purple #741376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 45.85%
G = 7.51%
B = 46.64%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741376 (or 0x741376) is known color: Purple. HEX triplet: 74, 13 and 76. RGB value is (116,19,118). Sum of RGB (Red+Green+Blue) = 116+19+118=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #741376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741376 is #8BEC89. Grayscale: #3A3A3A. Windows color (decimal): -9170058 or 7738228. OLE color: 7738228.

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

Color convert

RGB 116 19 118 -
CMYK 0.02 0.84 0 0.54
HSL 298.79º 0.72% 0.27% -
HSV(B) 298.79º 0.84% 0.46% -
XYZ 10.71 5.49 17.63 -
YUV 59.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 116 19 118 0.02 0.84 0 0.54 298.79 0.72 0.27
Hex 74 13 76 2 54 0 36 12B 48 1B
Octal 164 23 166 2 124 0 66 453 110 33
Binary 1110100 10011 1110110 10 1010100 0 110110 100101011 1001000 11011

Color Harmonies of #741376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741376

Black with #741376

Text Example


Text Example

White with #741376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741376; }

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

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

background-color css

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

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

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

border-color css

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

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

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