Html Css Color HEX #741372 Dark Purple

📋 copy color: '#741372'

red 116 ◦ green 19 ◦ blue 114

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

Shades of Dark Purple #741372

Tints of Dark Purple #741372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 46.59%
G = 7.63%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#741372 (or 0x741372) is known color: Dark Purple. HEX triplet: 74, 13 and 72. RGB value is (116,19,114). Sum of RGB (Red+Green+Blue) = 116+19+114=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #741372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741372 is #8BEC8D. Grayscale: #3A3A3A. Windows color (decimal): -9170062 or 7476084. OLE color: 7476084.

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

Color convert

RGB 116 19 114 -
CMYK 0 0.84 0.02 0.55
HSL 301.24º 0.72% 0.26% -
HSV(B) 301.24º 0.84% 0.45% -
XYZ 10.47 5.39 16.41 -
YUV 58.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 116 19 114 0 0.84 0.02 0.55 301.24 0.72 0.26
Hex 74 13 72 0 54 2 37 12D 48 1A
Octal 164 23 162 0 124 2 67 455 110 32
Binary 1110100 10011 1110010 0 1010100 10 110111 100101101 1001000 11010

Color Harmonies of #741372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741372

Black with #741372

Text Example


Text Example

White with #741372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741372; }

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

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

background-color css

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

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

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

border-color css

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

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

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