Html Css Color HEX #741676 Dark Purple

📋 copy color: '#741676'

red 116 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #741676

Tints of Dark Purple #741676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 45.31%
G = 8.59%
B = 46.09%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741676 (or 0x741676) is known color: Dark Purple. HEX triplet: 74, 16 and 76. RGB value is (116,22,118). Sum of RGB (Red+Green+Blue) = 116+22+118=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #741676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741676 is #8BE989. Grayscale: #3C3C3C. Windows color (decimal): -9169290 or 7738996. OLE color: 7738996.

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

Color convert

RGB 116 22 118 -
CMYK 0.02 0.81 0 0.54
HSL 298.75º 0.69% 0.27% -
HSV(B) 298.75º 0.81% 0.46% -
XYZ 10.76 5.59 17.65 -
YUV 61.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 116 22 118 0.02 0.81 0 0.54 298.75 0.69 0.27
Hex 74 16 76 2 51 0 36 12B 45 1B
Octal 164 26 166 2 121 0 66 453 105 33
Binary 1110100 10110 1110110 10 1010001 0 110110 100101011 1000101 11011

Color Harmonies of #741676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741676

Black with #741676

Text Example


Text Example

White with #741676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741676; }

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

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

background-color css

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

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

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

border-color css

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

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

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