Html Css Color HEX #741C74 Dark Purple

📋 copy color: '#741C74'

red 116 ◦ green 28 ◦ blue 116

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

Shades of Dark Purple #741C74

Tints of Dark Purple #741C74

RGB

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

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

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

R = 44.62%
G = 10.77%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#741C74 (or 0x741C74) is known color: Dark Purple. HEX triplet: 74, 1C and 74. RGB value is (116,28,116). Sum of RGB (Red+Green+Blue) = 116+28+116=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C74 is #8BE38B. Grayscale: #404040. Windows color (decimal): -9167756 or 7609460. OLE color: 7609460.

HSL color Cylindrical-coordinate representation of color #741C74: hue angle of 300º 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 #741C74 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 28 116 -
CMYK 0 0.76 0 0.55
HSL 300º 0.61% 0.28% -
HSV(B) 300º 0.76% 0.45% -
XYZ 10.77 5.8 17.08 -
YUV 64.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 116 28 116 0 0.76 0 0.55 300 0.61 0.28
Hex 74 1C 74 0 4C 0 37 12C 3D 1C
Octal 164 34 164 0 114 0 67 454 75 34
Binary 1110100 11100 1110100 0 1001100 0 110111 100101100 111101 11100

Color Harmonies of #741C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C74

Black with #741C74

Text Example


Text Example

White with #741C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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