Html Css Color HEX #742B5A Palatinate Purple

📋 copy color: '#742B5A'

red 116 ◦ green 43 ◦ blue 90

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

Shades of Palatinate Purple #742B5A

Tints of Palatinate Purple #742B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 46.59%
G = 17.27%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#742B5A (or 0x742B5A) is known color: Palatinate Purple. HEX triplet: 74, 2B and 5A. RGB value is (116,43,90). Sum of RGB (Red+Green+Blue) = 116+43+90=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #742B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B5A is #8BD4A5. Grayscale: #464646. Windows color (decimal): -9163942 or 5909364. OLE color: 5909364.

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

Color convert

RGB 116 43 90 -
CMYK 0 0.63 0.22 0.55
HSL 321.37º 0.46% 0.31% -
HSV(B) 321.37º 0.63% 0.45% -
XYZ 9.91 6.18 10.34 -
YUV 70.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 116 43 90 0 0.63 0.22 0.55 321.37 0.46 0.31
Hex 74 2B 5A 0 3F 16 37 141 2E 1F
Octal 164 53 132 0 77 26 67 501 56 37
Binary 1110100 101011 1011010 0 111111 10110 110111 101000001 101110 11111

Color Harmonies of #742B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B5A

Black with #742B5A

Text Example


Text Example

White with #742B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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