Html Css Color HEX #741972 Dark Purple

📋 copy color: '#741972'

red 116 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #741972

Tints of Dark Purple #741972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 45.49%
G = 9.8%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#741972 (or 0x741972) is known color: Dark Purple. HEX triplet: 74, 19 and 72. RGB value is (116,25,114). Sum of RGB (Red+Green+Blue) = 116+25+114=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #741972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741972 is #8BE68D. Grayscale: #3E3E3E. Windows color (decimal): -9168526 or 7477620. OLE color: 7477620.

HSL color Cylindrical-coordinate representation of color #741972: hue angle of 301.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741972 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 114 -
CMYK 0 0.78 0.02 0.55
HSL 301.32º 0.65% 0.28% -
HSV(B) 301.32º 0.78% 0.45% -
XYZ 10.59 5.62 16.45 -
YUV 62.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 116 25 114 0 0.78 0.02 0.55 301.32 0.65 0.28
Hex 74 19 72 0 4E 2 37 12D 41 1C
Octal 164 31 162 0 116 2 67 455 101 34
Binary 1110100 11001 1110010 0 1001110 10 110111 100101101 1000001 11100

Color Harmonies of #741972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741972

Black with #741972

Text Example


Text Example

White with #741972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741972; }

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

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

background-color css

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

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

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

border-color css

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

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

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