Html Css Color HEX #743461 Palatinate Purple

📋 copy color: '#743461'

red 116 ◦ green 52 ◦ blue 97

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

Shades of Palatinate Purple #743461

Tints of Palatinate Purple #743461

RGB

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

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

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

R = 43.77%
G = 19.62%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#743461 (or 0x743461) is known color: Palatinate Purple. HEX triplet: 74, 34 and 61. RGB value is (116,52,97). Sum of RGB (Red+Green+Blue) = 116+52+97=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #743461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743461 is #8BCB9E. Grayscale: #4C4C4C. Windows color (decimal): -9161631 or 6370420. OLE color: 6370420.

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

Color convert

RGB 116 52 97 -
CMYK 0 0.55 0.16 0.55
HSL 317.81º 0.38% 0.33% -
HSV(B) 317.81º 0.55% 0.45% -
XYZ 10.59 7.03 12.11 -
YUV 76.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 116 52 97 0 0.55 0.16 0.55 317.81 0.38 0.33
Hex 74 34 61 0 37 10 37 13E 26 21
Octal 164 64 141 0 67 20 67 476 46 41
Binary 1110100 110100 1100001 0 110111 10000 110111 100111110 100110 100001

Color Harmonies of #743461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743461

Black with #743461

Text Example


Text Example

White with #743461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743461; }

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

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

background-color css

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

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

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

border-color css

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

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

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