Html Css Color HEX #743463 Palatinate Purple

📋 copy color: '#743463'

red 116 ◦ green 52 ◦ blue 99

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

Shades of Palatinate Purple #743463

Tints of Palatinate Purple #743463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 43.45%
G = 19.48%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#743463 (or 0x743463) is known color: Palatinate Purple. HEX triplet: 74, 34 and 63. RGB value is (116,52,99). Sum of RGB (Red+Green+Blue) = 116+52+99=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #743463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743463 is #8BCB9C. Grayscale: #4C4C4C. Windows color (decimal): -9161629 or 6501492. OLE color: 6501492.

HSL color Cylindrical-coordinate representation of color #743463: hue angle of 315.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #743463 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 99 -
CMYK 0 0.55 0.15 0.55
HSL 315.94º 0.38% 0.33% -
HSV(B) 315.94º 0.55% 0.45% -
XYZ 10.68 7.07 12.61 -
YUV 76.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 116 52 99 0 0.55 0.15 0.55 315.94 0.38 0.33
Hex 74 34 63 0 37 F 37 13C 26 21
Octal 164 64 143 0 67 17 67 474 46 41
Binary 1110100 110100 1100011 0 110111 1111 110111 100111100 100110 100001

Color Harmonies of #743463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743463

Black with #743463

Text Example


Text Example

White with #743463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743463; }

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

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

background-color css

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

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

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

border-color css

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

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

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