Html Css Color HEX #741570 Dark Purple

📋 copy color: '#741570'

red 116 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #741570

Tints of Dark Purple #741570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 46.59%
G = 8.43%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741570 (or 0x741570) is known color: Dark Purple. HEX triplet: 74, 15 and 70. RGB value is (116,21,112). Sum of RGB (Red+Green+Blue) = 116+21+112=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #741570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741570 is #8BEA8F. Grayscale: #3B3B3B. Windows color (decimal): -9169552 or 7345524. OLE color: 7345524.

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

Color convert

RGB 116 21 112 -
CMYK 0 0.82 0.03 0.55
HSL 302.53º 0.69% 0.27% -
HSV(B) 302.53º 0.82% 0.45% -
XYZ 10.4 5.42 15.83 -
YUV 59.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 116 21 112 0 0.82 0.03 0.55 302.53 0.69 0.27
Hex 74 15 70 0 52 3 37 12F 45 1B
Octal 164 25 160 0 122 3 67 457 105 33
Binary 1110100 10101 1110000 0 1010010 11 110111 100101111 1000101 11011

Color Harmonies of #741570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741570

Black with #741570

Text Example


Text Example

White with #741570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741570; }

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

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

background-color css

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

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

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

border-color css

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

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

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