Html Css Color HEX #742964 Palatinate Purple

📋 copy color: '#742964'

red 116 ◦ green 41 ◦ blue 100

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

Shades of Palatinate Purple #742964

Tints of Palatinate Purple #742964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 45.14%
G = 15.95%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#742964 (or 0x742964) is known color: Palatinate Purple. HEX triplet: 74, 29 and 64. RGB value is (116,41,100). Sum of RGB (Red+Green+Blue) = 116+41+100=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #742964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742964 is #8BD69B. Grayscale: #454545. Windows color (decimal): -9164444 or 6564212. OLE color: 6564212.

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

Color convert

RGB 116 41 100 -
CMYK 0 0.65 0.14 0.55
HSL 312.8º 0.48% 0.31% -
HSV(B) 312.8º 0.65% 0.45% -
XYZ 10.3 6.22 12.71 -
YUV 70.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 116 41 100 0 0.65 0.14 0.55 312.8 0.48 0.31
Hex 74 29 64 0 41 E 37 139 30 1F
Octal 164 51 144 0 101 16 67 471 60 37
Binary 1110100 101001 1100100 0 1000001 1110 110111 100111001 110000 11111

Color Harmonies of #742964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742964

Black with #742964

Text Example


Text Example

White with #742964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742964; }

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

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

background-color css

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

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

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

border-color css

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

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

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