Html Css Color HEX #742963 Palatinate Purple

📋 copy color: '#742963'

red 116 ◦ green 41 ◦ blue 99

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

Shades of Palatinate Purple #742963

Tints of Palatinate Purple #742963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 45.31%
G = 16.02%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#742963 (or 0x742963) is known color: Palatinate Purple. HEX triplet: 74, 29 and 63. RGB value is (116,41,99). Sum of RGB (Red+Green+Blue) = 116+41+99=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #742963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742963 is #8BD69C. Grayscale: #454545. Windows color (decimal): -9164445 or 6498676. OLE color: 6498676.

HSL color Cylindrical-coordinate representation of color #742963: hue angle of 313.6º 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 #742963 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 99 -
CMYK 0 0.65 0.15 0.55
HSL 313.6º 0.48% 0.31% -
HSV(B) 313.6º 0.65% 0.45% -
XYZ 10.25 6.2 12.46 -
YUV 70.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 116 41 99 0 0.65 0.15 0.55 313.6 0.48 0.31
Hex 74 29 63 0 41 F 37 13A 30 1F
Octal 164 51 143 0 101 17 67 472 60 37
Binary 1110100 101001 1100011 0 1000001 1111 110111 100111010 110000 11111

Color Harmonies of #742963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742963

Black with #742963

Text Example


Text Example

White with #742963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742963; }

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

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

background-color css

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

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

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

border-color css

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

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

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