Html Css Color HEX #741A6F Dark Purple

📋 copy color: '#741A6F'

red 116 ◦ green 26 ◦ blue 111

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

Shades of Dark Purple #741A6F

Tints of Dark Purple #741A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 45.85%
G = 10.28%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#741A6F (or 0x741A6F) is known color: Dark Purple. HEX triplet: 74, 1A and 6F. RGB value is (116,26,111). Sum of RGB (Red+Green+Blue) = 116+26+111=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #741A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A6F is #8BE590. Grayscale: #3E3E3E. Windows color (decimal): -9168273 or 7281268. OLE color: 7281268.

HSL color Cylindrical-coordinate representation of color #741A6F: hue angle of 303.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A6F is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 111 -
CMYK 0 0.78 0.04 0.55
HSL 303.33º 0.63% 0.28% -
HSV(B) 303.33º 0.78% 0.45% -
XYZ 10.44 5.6 15.57 -
YUV 62.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 116 26 111 0 0.78 0.04 0.55 303.33 0.63 0.28
Hex 74 1A 6F 0 4E 4 37 12F 3F 1C
Octal 164 32 157 0 116 4 67 457 77 34
Binary 1110100 11010 1101111 0 1001110 100 110111 100101111 111111 11100

Color Harmonies of #741A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A6F

Black with #741A6F

Text Example


Text Example

White with #741A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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