Html Css Color HEX #741D6F Dark Purple

📋 copy color: '#741D6F'

red 116 ◦ green 29 ◦ blue 111

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

Shades of Dark Purple #741D6F

Tints of Dark Purple #741D6F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

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

R = 45.31%
G = 11.33%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#741D6F (or 0x741D6F) is known color: Dark Purple. HEX triplet: 74, 1D and 6F. RGB value is (116,29,111). Sum of RGB (Red+Green+Blue) = 116+29+111=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #741D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D6F is #8BE290. Grayscale: #404040. Windows color (decimal): -9167505 or 7282036. OLE color: 7282036.

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

Color convert

RGB 116 29 111 -
CMYK 0 0.75 0.04 0.55
HSL 303.45º 0.6% 0.28% -
HSV(B) 303.45º 0.75% 0.45% -
XYZ 10.51 5.74 15.59 -
YUV 64.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 116 29 111 0 0.75 0.04 0.55 303.45 0.6 0.28
Hex 74 1D 6F 0 4B 4 37 12F 3C 1C
Octal 164 35 157 0 113 4 67 457 74 34
Binary 1110100 11101 1101111 0 1001011 100 110111 100101111 111100 11100

Color Harmonies of #741D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D6F

Black with #741D6F

Text Example


Text Example

White with #741D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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