Html Css Color HEX #741F70 Dark Purple

📋 copy color: '#741F70'

red 116 ◦ green 31 ◦ blue 112

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

Shades of Dark Purple #741F70

Tints of Dark Purple #741F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 44.79%
G = 11.97%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741F70 (or 0x741F70) is known color: Dark Purple. HEX triplet: 74, 1F and 70. RGB value is (116,31,112). Sum of RGB (Red+Green+Blue) = 116+31+112=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #741F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F70 is #8BE08F. Grayscale: #414141. Windows color (decimal): -9166992 or 7348084. OLE color: 7348084.

HSL color Cylindrical-coordinate representation of color #741F70: hue angle of 302.82º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F70 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 31 112 -
CMYK 0 0.73 0.03 0.55
HSL 302.82º 0.58% 0.29% -
HSV(B) 302.82º 0.73% 0.45% -
XYZ 10.62 5.86 15.9 -
YUV 65.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 116 31 112 0 0.73 0.03 0.55 302.82 0.58 0.29
Hex 74 1F 70 0 49 3 37 12F 3A 1D
Octal 164 37 160 0 111 3 67 457 72 35
Binary 1110100 11111 1110000 0 1001001 11 110111 100101111 111010 11101

Color Harmonies of #741F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F70

Black with #741F70

Text Example


Text Example

White with #741F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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