Html Css Color HEX #743C66 Palatinate Purple

📋 copy color: '#743C66'

red 116 ◦ green 60 ◦ blue 102

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

Shades of Palatinate Purple #743C66

Tints of Palatinate Purple #743C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 41.73%
G = 21.58%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#743C66 (or 0x743C66) is known color: Palatinate Purple. HEX triplet: 74, 3C and 66. RGB value is (116,60,102). Sum of RGB (Red+Green+Blue) = 116+60+102=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #743C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C66 is #8BC399. Grayscale: #515151. Windows color (decimal): -9159578 or 6700148. OLE color: 6700148.

HSL color Cylindrical-coordinate representation of color #743C66: hue angle of 315º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743C66 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 60 102 -
CMYK 0 0.48 0.12 0.55
HSL 315º 0.32% 0.35% -
HSV(B) 315º 0.48% 0.45% -
XYZ 11.22 7.9 13.5 -
YUV 81.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 116 60 102 0 0.48 0.12 0.55 315 0.32 0.35
Hex 74 3C 66 0 30 C 37 13B 20 23
Octal 164 74 146 0 60 14 67 473 40 43
Binary 1110100 111100 1100110 0 110000 1100 110111 100111011 100000 100011

Color Harmonies of #743C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C66

Black with #743C66

Text Example


Text Example

White with #743C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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