Html Css Color HEX #742D5D Palatinate Purple

📋 copy color: '#742D5D'

red 116 ◦ green 45 ◦ blue 93

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

Shades of Palatinate Purple #742D5D

Tints of Palatinate Purple #742D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

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

R = 45.67%
G = 17.72%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#742D5D (or 0x742D5D) is known color: Palatinate Purple. HEX triplet: 74, 2D and 5D. RGB value is (116,45,93). Sum of RGB (Red+Green+Blue) = 116+45+93=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D5D is #8BD2A2. Grayscale: #474747. Windows color (decimal): -9163427 or 6106484. OLE color: 6106484.

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

Color convert

RGB 116 45 93 -
CMYK 0 0.61 0.20 0.55
HSL 319.44º 0.44% 0.32% -
HSV(B) 319.44º 0.61% 0.45% -
XYZ 10.12 6.38 11.05 -
YUV 71.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 116 45 93 0 0.61 0.20 0.55 319.44 0.44 0.32
Hex 74 2D 5D 0 3D 14 37 13F 2C 20
Octal 164 55 135 0 75 24 67 477 54 40
Binary 1110100 101101 1011101 0 111101 10100 110111 100111111 101100 100000

Color Harmonies of #742D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D5D

Black with #742D5D

Text Example


Text Example

White with #742D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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