Html Css Color HEX #743362 Palatinate Purple

📋 copy color: '#743362'

red 116 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #743362

Tints of Palatinate Purple #743362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 43.77%
G = 19.25%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#743362 (or 0x743362) is known color: Palatinate Purple. HEX triplet: 74, 33 and 62. RGB value is (116,51,98). Sum of RGB (Red+Green+Blue) = 116+51+98=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #743362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743362 is #8BCC9D. Grayscale: #4B4B4B. Windows color (decimal): -9161886 or 6435700. OLE color: 6435700.

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

Color convert

RGB 116 51 98 -
CMYK 0 0.56 0.16 0.55
HSL 316.62º 0.39% 0.33% -
HSV(B) 316.62º 0.56% 0.45% -
XYZ 10.59 6.96 12.34 -
YUV 75.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 116 51 98 0 0.56 0.16 0.55 316.62 0.39 0.33
Hex 74 33 62 0 38 10 37 13D 27 21
Octal 164 63 142 0 70 20 67 475 47 41
Binary 1110100 110011 1100010 0 111000 10000 110111 100111101 100111 100001

Color Harmonies of #743362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743362

Black with #743362

Text Example


Text Example

White with #743362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743362; }

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

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

background-color css

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

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

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

border-color css

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

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

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