Html Css Color HEX #740D5E Palatinate Purple

📋 copy color: '#740D5E'

red 116 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #740D5E

Tints of Palatinate Purple #740D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 52.02%
G = 5.83%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#740D5E (or 0x740D5E) is known color: Palatinate Purple. HEX triplet: 74, 0D and 5E. RGB value is (116,13,94). Sum of RGB (Red+Green+Blue) = 116+13+94=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #740D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D5E is #8BF2A1. Grayscale: #343434. Windows color (decimal): -9171618 or 6163828. OLE color: 6163828.

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

Color convert

RGB 116 13 94 -
CMYK 0 0.89 0.19 0.55
HSL 312.82º 0.8% 0.25% -
HSV(B) 312.82º 0.89% 0.45% -
XYZ 9.37 4.81 11.02 -
YUV 53.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 116 13 94 0 0.89 0.19 0.55 312.82 0.8 0.25
Hex 74 D 5E 0 59 13 37 139 50 19
Octal 164 15 136 0 131 23 67 471 120 31
Binary 1110100 1101 1011110 0 1011001 10011 110111 100111001 1010000 11001

Color Harmonies of #740D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D5E

Black with #740D5E

Text Example


Text Example

White with #740D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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