Html Css Color HEX #742E6B Palatinate Purple

📋 copy color: '#742E6B'

red 116 ◦ green 46 ◦ blue 107

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

Shades of Palatinate Purple #742E6B

Tints of Palatinate Purple #742E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 43.12%
G = 17.1%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#742E6B (or 0x742E6B) is known color: Palatinate Purple. HEX triplet: 74, 2E and 6B. RGB value is (116,46,107). Sum of RGB (Red+Green+Blue) = 116+46+107=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #742E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E6B is #8BD194. Grayscale: #494949. Windows color (decimal): -9163157 or 7024244. OLE color: 7024244.

HSL color Cylindrical-coordinate representation of color #742E6B: hue angle of 307.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E6B is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 107 -
CMYK 0 0.60 0.08 0.55
HSL 307.71º 0.43% 0.32% -
HSV(B) 307.71º 0.6% 0.45% -
XYZ 10.83 6.73 14.64 -
YUV 73.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 116 46 107 0 0.60 0.08 0.55 307.71 0.43 0.32
Hex 74 2E 6B 0 3C 8 37 134 2B 20
Octal 164 56 153 0 74 10 67 464 53 40
Binary 1110100 101110 1101011 0 111100 1000 110111 100110100 101011 100000

Color Harmonies of #742E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E6B

Black with #742E6B

Text Example


Text Example

White with #742E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,46,107); }

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

background-color css

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

 a { background-color: rgb(116,46,107); }

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

border-color css

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

 span { border-color: rgb(116,46,107); }

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