Html Css Color HEX #741A70 Dark Purple

📋 copy color: '#741A70'

red 116 ◦ green 26 ◦ blue 112

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

Shades of Dark Purple #741A70

Tints of Dark Purple #741A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

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

R = 45.67%
G = 10.24%
B = 44.09%

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

#741A70 (or 0x741A70) is known color: Dark Purple. HEX triplet: 74, 1A and 70. RGB value is (116,26,112). Sum of RGB (Red+Green+Blue) = 116+26+112=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #741A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A70 is #8BE58F. Grayscale: #3E3E3E. Windows color (decimal): -9168272 or 7346804. OLE color: 7346804.

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

Color convert

RGB 116 26 112 -
CMYK 0 0.78 0.03 0.55
HSL 302.67º 0.63% 0.28% -
HSV(B) 302.67º 0.78% 0.45% -
XYZ 10.5 5.62 15.86 -
YUV 62.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 116 26 112 0 0.78 0.03 0.55 302.67 0.63 0.28
Hex 74 1A 70 0 4E 3 37 12F 3F 1C
Octal 164 32 160 0 116 3 67 457 77 34
Binary 1110100 11010 1110000 0 1001110 11 110111 100101111 111111 11100

Color Harmonies of #741A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A70

Black with #741A70

Text Example


Text Example

White with #741A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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