Html Css Color HEX #740C5E Palatinate Purple

📋 copy color: '#740C5E'

red 116 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #740C5E

Tints of Palatinate Purple #740C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

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

R = 52.25%
G = 5.41%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#740C5E (or 0x740C5E) is known color: Palatinate Purple. HEX triplet: 74, 0C and 5E. RGB value is (116,12,94). Sum of RGB (Red+Green+Blue) = 116+12+94=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C5E is #8BF3A1. Grayscale: #343434. Windows color (decimal): -9171874 or 6163572. OLE color: 6163572.

HSL color Cylindrical-coordinate representation of color #740C5E: hue angle of 312.69º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C5E is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 12 94 -
CMYK 0 0.90 0.19 0.55
HSL 312.69º 0.81% 0.25% -
HSV(B) 312.69º 0.9% 0.45% -
XYZ 9.35 4.78 11.02 -
YUV 52.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 116 12 94 0 0.90 0.19 0.55 312.69 0.81 0.25
Hex 74 C 5E 0 5A 13 37 139 51 19
Octal 164 14 136 0 132 23 67 471 121 31
Binary 1110100 1100 1011110 0 1011010 10011 110111 100111001 1010001 11001

Color Harmonies of #740C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C5E

Black with #740C5E

Text Example


Text Example

White with #740C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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