Html Css Color HEX #742B5B Palatinate Purple

📋 copy color: '#742B5B'

red 116 ◦ green 43 ◦ blue 91

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

Shades of Palatinate Purple #742B5B

Tints of Palatinate Purple #742B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 46.4%
G = 17.2%
B = 36.4%

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

#742B5B (or 0x742B5B) is known color: Palatinate Purple. HEX triplet: 74, 2B and 5B. RGB value is (116,43,91). Sum of RGB (Red+Green+Blue) = 116+43+91=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #742B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B5B is #8BD4A4. Grayscale: #464646. Windows color (decimal): -9163941 or 5974900. OLE color: 5974900.

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

Color convert

RGB 116 43 91 -
CMYK 0 0.63 0.22 0.55
HSL 320.55º 0.46% 0.31% -
HSV(B) 320.55º 0.63% 0.45% -
XYZ 9.95 6.2 10.57 -
YUV 70.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 116 43 91 0 0.63 0.22 0.55 320.55 0.46 0.31
Hex 74 2B 5B 0 3F 16 37 141 2E 1F
Octal 164 53 133 0 77 26 67 501 56 37
Binary 1110100 101011 1011011 0 111111 10110 110111 101000001 101110 11111

Color Harmonies of #742B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B5B

Black with #742B5B

Text Example


Text Example

White with #742B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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