Html Css Color HEX #741A76 Dark Purple

📋 copy color: '#741A76'

red 116 ◦ green 26 ◦ blue 118

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

Shades of Dark Purple #741A76

Tints of Dark Purple #741A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 44.62%
G = 10%
B = 45.38%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741A76 (or 0x741A76) is known color: Dark Purple. HEX triplet: 74, 1A and 76. RGB value is (116,26,118). Sum of RGB (Red+Green+Blue) = 116+26+118=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #741A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A76 is #8BE589. Grayscale: #3F3F3F. Windows color (decimal): -9168266 or 7740020. OLE color: 7740020.

HSL color Cylindrical-coordinate representation of color #741A76: hue angle of 298.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A76 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 26 118 -
CMYK 0.02 0.78 0 0.54
HSL 298.7º 0.64% 0.28% -
HSV(B) 298.7º 0.78% 0.46% -
XYZ 10.84 5.76 17.68 -
YUV 63.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 116 26 118 0.02 0.78 0 0.54 298.7 0.64 0.28
Hex 74 1A 76 2 4E 0 36 12B 40 1C
Octal 164 32 166 2 116 0 66 453 100 34
Binary 1110100 11010 1110110 10 1001110 0 110110 100101011 1000000 11100

Color Harmonies of #741A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A76

Black with #741A76

Text Example


Text Example

White with #741A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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