Html Css Color HEX #741670 Dark Purple

📋 copy color: '#741670'

red 116 ◦ green 22 ◦ blue 112

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

Shades of Dark Purple #741670

Tints of Dark Purple #741670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 46.4%
G = 8.8%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741670 (or 0x741670) is known color: Dark Purple. HEX triplet: 74, 16 and 70. RGB value is (116,22,112). Sum of RGB (Red+Green+Blue) = 116+22+112=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #741670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741670 is #8BE98F. Grayscale: #3C3C3C. Windows color (decimal): -9169296 or 7345780. OLE color: 7345780.

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

Color convert

RGB 116 22 112 -
CMYK 0 0.81 0.03 0.55
HSL 302.55º 0.68% 0.27% -
HSV(B) 302.55º 0.81% 0.45% -
XYZ 10.41 5.46 15.83 -
YUV 60.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 116 22 112 0 0.81 0.03 0.55 302.55 0.68 0.27
Hex 74 16 70 0 51 3 37 12F 44 1B
Octal 164 26 160 0 121 3 67 457 104 33
Binary 1110100 10110 1110000 0 1010001 11 110111 100101111 1000100 11011

Color Harmonies of #741670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741670

Black with #741670

Text Example


Text Example

White with #741670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741670; }

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

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

background-color css

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

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

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

border-color css

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

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

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