Html Css Color HEX #741C6F Dark Purple

📋 copy color: '#741C6F'

red 116 ◦ green 28 ◦ blue 111

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

Shades of Dark Purple #741C6F

Tints of Dark Purple #741C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

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

R = 45.49%
G = 10.98%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#741C6F (or 0x741C6F) is known color: Dark Purple. HEX triplet: 74, 1C and 6F. RGB value is (116,28,111). Sum of RGB (Red+Green+Blue) = 116+28+111=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #741C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C6F is #8BE390. Grayscale: #3F3F3F. Windows color (decimal): -9167761 or 7281780. OLE color: 7281780.

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

Color convert

RGB 116 28 111 -
CMYK 0 0.76 0.04 0.55
HSL 303.41º 0.61% 0.28% -
HSV(B) 303.41º 0.76% 0.45% -
XYZ 10.49 5.69 15.58 -
YUV 63.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 116 28 111 0 0.76 0.04 0.55 303.41 0.61 0.28
Hex 74 1C 6F 0 4C 4 37 12F 3D 1C
Octal 164 34 157 0 114 4 67 457 75 34
Binary 1110100 11100 1101111 0 1001100 100 110111 100101111 111101 11100

Color Harmonies of #741C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C6F

Black with #741C6F

Text Example


Text Example

White with #741C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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