Html Css Color HEX #743565 Palatinate Purple

📋 copy color: '#743565'

red 116 ◦ green 53 ◦ blue 101

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

Shades of Palatinate Purple #743565

Tints of Palatinate Purple #743565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 42.96%
G = 19.63%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#743565 (or 0x743565) is known color: Palatinate Purple. HEX triplet: 74, 35 and 65. RGB value is (116,53,101). Sum of RGB (Red+Green+Blue) = 116+53+101=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #743565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743565 is #8BCA9A. Grayscale: #4D4D4D. Windows color (decimal): -9161371 or 6632820. OLE color: 6632820.

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

Color convert

RGB 116 53 101 -
CMYK 0 0.54 0.13 0.55
HSL 314.29º 0.37% 0.33% -
HSV(B) 314.29º 0.54% 0.45% -
XYZ 10.82 7.2 13.13 -
YUV 77.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 116 53 101 0 0.54 0.13 0.55 314.29 0.37 0.33
Hex 74 35 65 0 36 D 37 13A 25 21
Octal 164 65 145 0 66 15 67 472 45 41
Binary 1110100 110101 1100101 0 110110 1101 110111 100111010 100101 100001

Color Harmonies of #743565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743565

Black with #743565

Text Example


Text Example

White with #743565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743565; }

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

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

background-color css

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

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

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

border-color css

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

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

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