Html Css Color HEX #741770 Dark Purple

📋 copy color: '#741770'

red 116 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #741770

Tints of Dark Purple #741770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

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

R = 46.22%
G = 9.16%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741770 (or 0x741770) is known color: Dark Purple. HEX triplet: 74, 17 and 70. RGB value is (116,23,112). Sum of RGB (Red+Green+Blue) = 116+23+112=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #741770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741770 is #8BE88F. Grayscale: #3C3C3C. Windows color (decimal): -9169040 or 7346036. OLE color: 7346036.

HSL color Cylindrical-coordinate representation of color #741770: hue angle of 302.58º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741770 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 112 -
CMYK 0 0.80 0.03 0.55
HSL 302.58º 0.67% 0.27% -
HSV(B) 302.58º 0.8% 0.45% -
XYZ 10.43 5.5 15.84 -
YUV 60.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 116 23 112 0 0.80 0.03 0.55 302.58 0.67 0.27
Hex 74 17 70 0 50 3 37 12F 43 1B
Octal 164 27 160 0 120 3 67 457 103 33
Binary 1110100 10111 1110000 0 1010000 11 110111 100101111 1000011 11011

Color Harmonies of #741770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741770

Black with #741770

Text Example


Text Example

White with #741770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741770; }

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

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

background-color css

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

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

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

border-color css

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

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

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