Html Css Color HEX #740D6E Purple

📋 copy color: '#740D6E'

red 116 ◦ green 13 ◦ blue 110

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

Shades of Purple #740D6E

Tints of Purple #740D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 48.54%
G = 5.44%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#740D6E (or 0x740D6E) is known color: Purple. HEX triplet: 74, 0D and 6E. RGB value is (116,13,110). Sum of RGB (Red+Green+Blue) = 116+13+110=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #740D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D6E is #8BF291. Grayscale: #363636. Windows color (decimal): -9171602 or 7212404. OLE color: 7212404.

HSL color Cylindrical-coordinate representation of color #740D6E: hue angle of 303.5º 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 #740D6E is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 13 110 -
CMYK 0 0.89 0.05 0.55
HSL 303.5º 0.8% 0.25% -
HSV(B) 303.5º 0.89% 0.45% -
XYZ 10.16 5.13 15.21 -
YUV 54.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 116 13 110 0 0.89 0.05 0.55 303.5 0.8 0.25
Hex 74 D 6E 0 59 5 37 12F 50 19
Octal 164 15 156 0 131 5 67 457 120 31
Binary 1110100 1101 1101110 0 1011001 101 110111 100101111 1010000 11001

Color Harmonies of #740D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D6E

Black with #740D6E

Text Example


Text Example

White with #740D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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