Html Css Color HEX #742C5E Palatinate Purple

📋 copy color: '#742C5E'

red 116 ◦ green 44 ◦ blue 94

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

Shades of Palatinate Purple #742C5E

Tints of Palatinate Purple #742C5E

RGB

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

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

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

R = 45.67%
G = 17.32%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#742C5E (or 0x742C5E) is known color: Palatinate Purple. HEX triplet: 74, 2C and 5E. RGB value is (116,44,94). Sum of RGB (Red+Green+Blue) = 116+44+94=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C5E is #8BD3A1. Grayscale: #474747. Windows color (decimal): -9163682 or 6171764. OLE color: 6171764.

HSL color Cylindrical-coordinate representation of color #742C5E: hue angle of 318.33º 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 #742C5E is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 94 -
CMYK 0 0.62 0.19 0.55
HSL 318.33º 0.45% 0.31% -
HSV(B) 318.33º 0.62% 0.45% -
XYZ 10.12 6.32 11.28 -
YUV 71.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 116 44 94 0 0.62 0.19 0.55 318.33 0.45 0.31
Hex 74 2C 5E 0 3E 13 37 13E 2D 1F
Octal 164 54 136 0 76 23 67 476 55 37
Binary 1110100 101100 1011110 0 111110 10011 110111 100111110 101101 11111

Color Harmonies of #742C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C5E

Black with #742C5E

Text Example


Text Example

White with #742C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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