Html Css Color HEX #742B5F Palatinate Purple

📋 copy color: '#742B5F'

red 116 ◦ green 43 ◦ blue 95

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

Shades of Palatinate Purple #742B5F

Tints of Palatinate Purple #742B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 45.67%
G = 16.93%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#742B5F (or 0x742B5F) is known color: Palatinate Purple. HEX triplet: 74, 2B and 5F. RGB value is (116,43,95). Sum of RGB (Red+Green+Blue) = 116+43+95=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B5F is #8BD4A0. Grayscale: #464646. Windows color (decimal): -9163937 or 6237044. OLE color: 6237044.

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

Color convert

RGB 116 43 95 -
CMYK 0 0.63 0.18 0.55
HSL 317.26º 0.46% 0.31% -
HSV(B) 317.26º 0.63% 0.45% -
XYZ 10.13 6.27 11.5 -
YUV 70.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 116 43 95 0 0.63 0.18 0.55 317.26 0.46 0.31
Hex 74 2B 5F 0 3F 12 37 13D 2E 1F
Octal 164 53 137 0 77 22 67 475 56 37
Binary 1110100 101011 1011111 0 111111 10010 110111 100111101 101110 11111

Color Harmonies of #742B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B5F

Black with #742B5F

Text Example


Text Example

White with #742B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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