Html Css Color HEX #742C5D Palatinate Purple

📋 copy color: '#742C5D'

red 116 ◦ green 44 ◦ blue 93

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

Shades of Palatinate Purple #742C5D

Tints of Palatinate Purple #742C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

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

R = 45.85%
G = 17.39%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#742C5D (or 0x742C5D) is known color: Palatinate Purple. HEX triplet: 74, 2C and 5D. RGB value is (116,44,93). Sum of RGB (Red+Green+Blue) = 116+44+93=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #742C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C5D is #8BD3A2. Grayscale: #464646. Windows color (decimal): -9163683 or 6106228. OLE color: 6106228.

HSL color Cylindrical-coordinate representation of color #742C5D: hue angle of 319.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742C5D is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 93 -
CMYK 0 0.62 0.20 0.55
HSL 319.17º 0.45% 0.31% -
HSV(B) 319.17º 0.62% 0.45% -
XYZ 10.08 6.3 11.04 -
YUV 71.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 116 44 93 0 0.62 0.20 0.55 319.17 0.45 0.31
Hex 74 2C 5D 0 3E 14 37 13F 2D 1F
Octal 164 54 135 0 76 24 67 477 55 37
Binary 1110100 101100 1011101 0 111110 10100 110111 100111111 101101 11111

Color Harmonies of #742C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C5D

Black with #742C5D

Text Example


Text Example

White with #742C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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