Html Css Color HEX #741473 Dark Purple

📋 copy color: '#741473'

red 116 ◦ green 20 ◦ blue 115

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

Shades of Dark Purple #741473

Tints of Dark Purple #741473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 46.22%
G = 7.97%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#741473 (or 0x741473) is known color: Dark Purple. HEX triplet: 74, 14 and 73. RGB value is (116,20,115). Sum of RGB (Red+Green+Blue) = 116+20+115=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #741473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741473 is #8BEB8C. Grayscale: #3B3B3B. Windows color (decimal): -9169805 or 7541876. OLE color: 7541876.

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

Color convert

RGB 116 20 115 -
CMYK 0 0.83 0.01 0.55
HSL 300.63º 0.71% 0.27% -
HSV(B) 300.63º 0.83% 0.45% -
XYZ 10.55 5.45 16.72 -
YUV 59.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 116 20 115 0 0.83 0.01 0.55 300.63 0.71 0.27
Hex 74 14 73 0 53 1 37 12D 47 1B
Octal 164 24 163 0 123 1 67 455 107 33
Binary 1110100 10100 1110011 0 1010011 1 110111 100101101 1000111 11011

Color Harmonies of #741473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741473

Black with #741473

Text Example


Text Example

White with #741473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741473; }

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

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

background-color css

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

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

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

border-color css

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

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

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