Html Css Color HEX #742B5D Palatinate Purple

📋 copy color: '#742B5D'

red 116 ◦ green 43 ◦ blue 93

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

Shades of Palatinate Purple #742B5D

Tints of Palatinate Purple #742B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.06%

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

R = 46.03%
G = 17.06%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#742B5D (or 0x742B5D) is known color: Palatinate Purple. HEX triplet: 74, 2B and 5D. RGB value is (116,43,93). Sum of RGB (Red+Green+Blue) = 116+43+93=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B5D is #8BD4A2. Grayscale: #464646. Windows color (decimal): -9163939 or 6105972. OLE color: 6105972.

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

Color convert

RGB 116 43 93 -
CMYK 0 0.63 0.20 0.55
HSL 318.9º 0.46% 0.31% -
HSV(B) 318.9º 0.63% 0.45% -
XYZ 10.04 6.23 11.03 -
YUV 70.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 116 43 93 0 0.63 0.20 0.55 318.9 0.46 0.31
Hex 74 2B 5D 0 3F 14 37 13F 2E 1F
Octal 164 53 135 0 77 24 67 477 56 37
Binary 1110100 101011 1011101 0 111111 10100 110111 100111111 101110 11111

Color Harmonies of #742B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B5D

Black with #742B5D

Text Example


Text Example

White with #742B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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