Html Css Color HEX #740D6F Purple

📋 copy color: '#740D6F'

red 116 ◦ green 13 ◦ blue 111

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

Shades of Purple #740D6F

Tints of Purple #740D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 48.33%
G = 5.42%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#740D6F (or 0x740D6F) is known color: Purple. HEX triplet: 74, 0D and 6F. RGB value is (116,13,111). Sum of RGB (Red+Green+Blue) = 116+13+111=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #740D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D6F is #8BF290. Grayscale: #363636. Windows color (decimal): -9171601 or 7277940. OLE color: 7277940.

HSL color Cylindrical-coordinate representation of color #740D6F: hue angle of 302.91º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D6F is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 13 111 -
CMYK 0 0.89 0.04 0.55
HSL 302.91º 0.8% 0.25% -
HSV(B) 302.91º 0.89% 0.45% -
XYZ 10.22 5.15 15.49 -
YUV 54.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 116 13 111 0 0.89 0.04 0.55 302.91 0.8 0.25
Hex 74 D 6F 0 59 4 37 12F 50 19
Octal 164 15 157 0 131 4 67 457 120 31
Binary 1110100 1101 1101111 0 1011001 100 110111 100101111 1010000 11001

Color Harmonies of #740D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D6F

Black with #740D6F

Text Example


Text Example

White with #740D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740D6F; }

 p { color: rgb(116,13,111); }

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

background-color css

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

 a { background-color: rgb(116,13,111); }

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

border-color css

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

 span { border-color: rgb(116,13,111); }

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