Html Css Color HEX #741E74 Dark Purple

📋 copy color: '#741E74'

red 116 ◦ green 30 ◦ blue 116

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

Shades of Dark Purple #741E74

Tints of Dark Purple #741E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 44.27%
G = 11.45%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#741E74 (or 0x741E74) is known color: Dark Purple. HEX triplet: 74, 1E and 74. RGB value is (116,30,116). Sum of RGB (Red+Green+Blue) = 116+30+116=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E74 is #8BE18B. Grayscale: #414141. Windows color (decimal): -9167244 or 7609972. OLE color: 7609972.

HSL color Cylindrical-coordinate representation of color #741E74: hue angle of 300º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E74 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 30 116 -
CMYK 0 0.74 0 0.55
HSL 300º 0.59% 0.29% -
HSV(B) 300º 0.74% 0.45% -
XYZ 10.82 5.9 17.09 -
YUV 65.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 116 30 116 0 0.74 0 0.55 300 0.59 0.29
Hex 74 1E 74 0 4A 0 37 12C 3B 1D
Octal 164 36 164 0 112 0 67 454 73 35
Binary 1110100 11110 1110100 0 1001010 0 110111 100101100 111011 11101

Color Harmonies of #741E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E74

Black with #741E74

Text Example


Text Example

White with #741E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E74; }

 p { color: rgb(116,30,116); }

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

background-color css

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

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

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

border-color css

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

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

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