Html Css Color HEX #742464 Palatinate Purple

📋 copy color: '#742464'

red 116 ◦ green 36 ◦ blue 100

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

Shades of Palatinate Purple #742464

Tints of Palatinate Purple #742464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

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

R = 46.03%
G = 14.29%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#742464 (or 0x742464) is known color: Palatinate Purple. HEX triplet: 74, 24 and 64. RGB value is (116,36,100). Sum of RGB (Red+Green+Blue) = 116+36+100=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742464 is #8BDB9B. Grayscale: #434343. Windows color (decimal): -9165724 or 6562932. OLE color: 6562932.

HSL color Cylindrical-coordinate representation of color #742464: hue angle of 312º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742464 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 100 -
CMYK 0 0.69 0.14 0.55
HSL 312º 0.53% 0.3% -
HSV(B) 312º 0.69% 0.45% -
XYZ 10.13 5.89 12.66 -
YUV 67.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 116 36 100 0 0.69 0.14 0.55 312 0.53 0.3
Hex 74 24 64 0 45 E 37 138 35 1E
Octal 164 44 144 0 105 16 67 470 65 36
Binary 1110100 100100 1100100 0 1000101 1110 110111 100111000 110101 11110

Color Harmonies of #742464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742464

Black with #742464

Text Example


Text Example

White with #742464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742464; }

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

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

background-color css

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

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

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

border-color css

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

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

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