Html Css Color HEX #743468 Palatinate Purple

📋 copy color: '#743468'

red 116 ◦ green 52 ◦ blue 104

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

Shades of Palatinate Purple #743468

Tints of Palatinate Purple #743468

RGB

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

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

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

R = 42.65%
G = 19.12%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#743468 (or 0x743468) is known color: Palatinate Purple. HEX triplet: 74, 34 and 68. RGB value is (116,52,104). Sum of RGB (Red+Green+Blue) = 116+52+104=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #743468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743468 is #8BCB97. Grayscale: #4C4C4C. Windows color (decimal): -9161624 or 6829172. OLE color: 6829172.

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

Color convert

RGB 116 52 104 -
CMYK 0 0.55 0.10 0.55
HSL 311.25º 0.38% 0.33% -
HSV(B) 311.25º 0.55% 0.45% -
XYZ 10.93 7.17 13.9 -
YUV 77.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 116 52 104 0 0.55 0.10 0.55 311.25 0.38 0.33
Hex 74 34 68 0 37 A 37 137 26 21
Octal 164 64 150 0 67 12 67 467 46 41
Binary 1110100 110100 1101000 0 110111 1010 110111 100110111 100110 100001

Color Harmonies of #743468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743468

Black with #743468

Text Example


Text Example

White with #743468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743468; }

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

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

background-color css

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

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

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

border-color css

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

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

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