Html Css Color HEX #743762 Palatinate Purple

📋 copy color: '#743762'

red 116 ◦ green 55 ◦ blue 98

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

Shades of Palatinate Purple #743762

Tints of Palatinate Purple #743762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 43.12%
G = 20.45%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#743762 (or 0x743762) is known color: Palatinate Purple. HEX triplet: 74, 37 and 62. RGB value is (116,55,98). Sum of RGB (Red+Green+Blue) = 116+55+98=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #743762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743762 is #8BC89D. Grayscale: #4E4E4E. Windows color (decimal): -9160862 or 6436724. OLE color: 6436724.

HSL color Cylindrical-coordinate representation of color #743762: hue angle of 317.7º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743762 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 98 -
CMYK 0 0.53 0.16 0.55
HSL 317.7º 0.36% 0.34% -
HSV(B) 317.7º 0.53% 0.45% -
XYZ 10.77 7.33 12.4 -
YUV 78.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 116 55 98 0 0.53 0.16 0.55 317.7 0.36 0.34
Hex 74 37 62 0 35 10 37 13E 24 22
Octal 164 67 142 0 65 20 67 476 44 42
Binary 1110100 110111 1100010 0 110101 10000 110111 100111110 100100 100010

Color Harmonies of #743762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743762

Black with #743762

Text Example


Text Example

White with #743762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743762; }

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

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

background-color css

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

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

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

border-color css

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

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

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