Html Css Color HEX #741373 Dark Purple

📋 copy color: '#741373'

red 116 ◦ green 19 ◦ blue 115

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

Shades of Dark Purple #741373

Tints of Dark Purple #741373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 115 (45.31% from 255) = 46%

R = 46.4%
G = 7.6%
B = 46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#741373 (or 0x741373) is known color: Dark Purple. HEX triplet: 74, 13 and 73. RGB value is (116,19,115). Sum of RGB (Red+Green+Blue) = 116+19+115=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #741373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741373 is #8BEC8C. Grayscale: #3A3A3A. Windows color (decimal): -9170061 or 7541620. OLE color: 7541620.

HSL color Cylindrical-coordinate representation of color #741373: hue angle of 300.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741373 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 115 -
CMYK 0 0.84 0.01 0.55
HSL 300.62º 0.72% 0.26% -
HSV(B) 300.62º 0.84% 0.45% -
XYZ 10.53 5.42 16.71 -
YUV 58.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 116 19 115 0 0.84 0.01 0.55 300.62 0.72 0.26
Hex 74 13 73 0 54 1 37 12D 48 1A
Octal 164 23 163 0 124 1 67 455 110 32
Binary 1110100 10011 1110011 0 1010100 1 110111 100101101 1001000 11010

Color Harmonies of #741373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741373

Black with #741373

Text Example


Text Example

White with #741373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741373; }

 p { color: rgb(116,19,115); }

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

background-color css

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

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

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

border-color css

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

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

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