Html Css Color HEX #741970 Dark Purple

📋 copy color: '#741970'

red 116 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #741970

Tints of Dark Purple #741970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 45.85%
G = 9.88%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741970 (or 0x741970) is known color: Dark Purple. HEX triplet: 74, 19 and 70. RGB value is (116,25,112). Sum of RGB (Red+Green+Blue) = 116+25+112=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #741970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741970 is #8BE68F. Grayscale: #3D3D3D. Windows color (decimal): -9168528 or 7346548. OLE color: 7346548.

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

Color convert

RGB 116 25 112 -
CMYK 0 0.78 0.03 0.55
HSL 302.64º 0.65% 0.28% -
HSV(B) 302.64º 0.78% 0.45% -
XYZ 10.47 5.58 15.85 -
YUV 62.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 116 25 112 0 0.78 0.03 0.55 302.64 0.65 0.28
Hex 74 19 70 0 4E 3 37 12F 41 1C
Octal 164 31 160 0 116 3 67 457 101 34
Binary 1110100 11001 1110000 0 1001110 11 110111 100101111 1000001 11100

Color Harmonies of #741970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741970

Black with #741970

Text Example


Text Example

White with #741970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741970; }

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

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

background-color css

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

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

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

border-color css

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

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

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