Html Css Color HEX #743368 Palatinate Purple

📋 copy color: '#743368'

red 116 ◦ green 51 ◦ blue 104

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

Shades of Palatinate Purple #743368

Tints of Palatinate Purple #743368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

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

R = 42.8%
G = 18.82%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#743368 (or 0x743368) is known color: Palatinate Purple. HEX triplet: 74, 33 and 68. RGB value is (116,51,104). Sum of RGB (Red+Green+Blue) = 116+51+104=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #743368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743368 is #8BCC97. Grayscale: #4C4C4C. Windows color (decimal): -9161880 or 6828916. OLE color: 6828916.

HSL color Cylindrical-coordinate representation of color #743368: hue angle of 311.08º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743368 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 104 -
CMYK 0 0.56 0.10 0.55
HSL 311.08º 0.39% 0.33% -
HSV(B) 311.08º 0.56% 0.45% -
XYZ 10.88 7.08 13.89 -
YUV 76.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 116 51 104 0 0.56 0.10 0.55 311.08 0.39 0.33
Hex 74 33 68 0 38 A 37 137 27 21
Octal 164 63 150 0 70 12 67 467 47 41
Binary 1110100 110011 1101000 0 111000 1010 110111 100110111 100111 100001

Color Harmonies of #743368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743368

Black with #743368

Text Example


Text Example

White with #743368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743368; }

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

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

background-color css

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

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

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

border-color css

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

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

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