Html Css Color HEX #742E64 Palatinate Purple

📋 copy color: '#742E64'

red 116 ◦ green 46 ◦ blue 100

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

Shades of Palatinate Purple #742E64

Tints of Palatinate Purple #742E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.17%

R = 44.27%
G = 17.56%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#742E64 (or 0x742E64) is known color: Palatinate Purple. HEX triplet: 74, 2E and 64. RGB value is (116,46,100). Sum of RGB (Red+Green+Blue) = 116+46+100=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #742E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E64 is #8BD19B. Grayscale: #484848. Windows color (decimal): -9163164 or 6565492. OLE color: 6565492.

HSL color Cylindrical-coordinate representation of color #742E64: hue angle of 313.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 #742E64 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 100 -
CMYK 0 0.60 0.14 0.55
HSL 313.71º 0.43% 0.32% -
HSV(B) 313.71º 0.6% 0.45% -
XYZ 10.48 6.59 12.78 -
YUV 73.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 116 46 100 0 0.60 0.14 0.55 313.71 0.43 0.32
Hex 74 2E 64 0 3C E 37 13A 2B 20
Octal 164 56 144 0 74 16 67 472 53 40
Binary 1110100 101110 1100100 0 111100 1110 110111 100111010 101011 100000

Color Harmonies of #742E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E64

Black with #742E64

Text Example


Text Example

White with #742E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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