Html Css Color HEX #743561 Palatinate Purple

📋 copy color: '#743561'

red 116 ◦ green 53 ◦ blue 97

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

Shades of Palatinate Purple #743561

Tints of Palatinate Purple #743561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 43.61%
G = 19.92%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#743561 (or 0x743561) is known color: Palatinate Purple. HEX triplet: 74, 35 and 61. RGB value is (116,53,97). Sum of RGB (Red+Green+Blue) = 116+53+97=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #743561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743561 is #8BCA9E. Grayscale: #4C4C4C. Windows color (decimal): -9161375 or 6370676. OLE color: 6370676.

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

Color convert

RGB 116 53 97 -
CMYK 0 0.54 0.16 0.55
HSL 318.1º 0.37% 0.33% -
HSV(B) 318.1º 0.54% 0.45% -
XYZ 10.63 7.12 12.12 -
YUV 76.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 116 53 97 0 0.54 0.16 0.55 318.1 0.37 0.33
Hex 74 35 61 0 36 10 37 13E 25 21
Octal 164 65 141 0 66 20 67 476 45 41
Binary 1110100 110101 1100001 0 110110 10000 110111 100111110 100101 100001

Color Harmonies of #743561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743561

Black with #743561

Text Example


Text Example

White with #743561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743561; }

 p { color: rgb(116,53,97); }

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

background-color css

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

 a { background-color: rgb(116,53,97); }

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

border-color css

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

 span { border-color: rgb(116,53,97); }

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