Html Css Color HEX #743566 Palatinate Purple

📋 copy color: '#743566'

red 116 ◦ green 53 ◦ blue 102

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

Shades of Palatinate Purple #743566

Tints of Palatinate Purple #743566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 42.8%
G = 19.56%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#743566 (or 0x743566) is known color: Palatinate Purple. HEX triplet: 74, 35 and 66. RGB value is (116,53,102). Sum of RGB (Red+Green+Blue) = 116+53+102=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #743566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743566 is #8BCA99. Grayscale: #4D4D4D. Windows color (decimal): -9161370 or 6698356. OLE color: 6698356.

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

Color convert

RGB 116 53 102 -
CMYK 0 0.54 0.12 0.55
HSL 313.33º 0.37% 0.33% -
HSV(B) 313.33º 0.54% 0.45% -
XYZ 10.87 7.22 13.39 -
YUV 77.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 116 53 102 0 0.54 0.12 0.55 313.33 0.37 0.33
Hex 74 35 66 0 36 C 37 139 25 21
Octal 164 65 146 0 66 14 67 471 45 41
Binary 1110100 110101 1100110 0 110110 1100 110111 100111001 100101 100001

Color Harmonies of #743566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743566

Black with #743566

Text Example


Text Example

White with #743566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743566; }

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

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

background-color css

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

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

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

border-color css

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

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

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