Html Css Color HEX #743568 Palatinate Purple

📋 copy color: '#743568'

red 116 ◦ green 53 ◦ blue 104

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

Shades of Palatinate Purple #743568

Tints of Palatinate Purple #743568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 42.49%
G = 19.41%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#743568 (or 0x743568) is known color: Palatinate Purple. HEX triplet: 74, 35 and 68. RGB value is (116,53,104). Sum of RGB (Red+Green+Blue) = 116+53+104=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #743568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743568 is #8BCA97. Grayscale: #4D4D4D. Windows color (decimal): -9161368 or 6829428. OLE color: 6829428.

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

Color convert

RGB 116 53 104 -
CMYK 0 0.54 0.10 0.55
HSL 311.43º 0.37% 0.33% -
HSV(B) 311.43º 0.54% 0.45% -
XYZ 10.97 7.26 13.92 -
YUV 77.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 116 53 104 0 0.54 0.10 0.55 311.43 0.37 0.33
Hex 74 35 68 0 36 A 37 137 25 21
Octal 164 65 150 0 66 12 67 467 45 41
Binary 1110100 110101 1101000 0 110110 1010 110111 100110111 100101 100001

Color Harmonies of #743568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743568

Black with #743568

Text Example


Text Example

White with #743568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743568; }

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

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

background-color css

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

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

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

border-color css

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

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

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