Html Css Color HEX #740C5D Palatinate Purple

📋 copy color: '#740C5D'

red 116 ◦ green 12 ◦ blue 93

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

Shades of Palatinate Purple #740C5D

Tints of Palatinate Purple #740C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 52.49%
G = 5.43%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#740C5D (or 0x740C5D) is known color: Palatinate Purple. HEX triplet: 74, 0C and 5D. RGB value is (116,12,93). Sum of RGB (Red+Green+Blue) = 116+12+93=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #740C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C5D is #8BF3A2. Grayscale: #343434. Windows color (decimal): -9171875 or 6098036. OLE color: 6098036.

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

Color convert

RGB 116 12 93 -
CMYK 0 0.90 0.20 0.55
HSL 313.27º 0.81% 0.25% -
HSV(B) 313.27º 0.9% 0.45% -
XYZ 9.31 4.77 10.79 -
YUV 52.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 116 12 93 0 0.90 0.20 0.55 313.27 0.81 0.25
Hex 74 C 5D 0 5A 14 37 139 51 19
Octal 164 14 135 0 132 24 67 471 121 31
Binary 1110100 1100 1011101 0 1011010 10100 110111 100111001 1010001 11001

Color Harmonies of #740C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C5D

Black with #740C5D

Text Example


Text Example

White with #740C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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