Html Css Color HEX #753662 Palatinate Purple

📋 copy color: '#753662'

red 117 ◦ green 54 ◦ blue 98

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

Shades of Palatinate Purple #753662

Tints of Palatinate Purple #753662

RGB

 RED value IS 117 (46.09% from 255) = 43.49%

 GREEN value IS 54 (21.48% from 255) = 20.07%

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

R = 43.49%
G = 20.07%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#753662 (or 0x753662) is known color: Palatinate Purple. HEX triplet: 75, 36 and 62. RGB value is (117,54,98). Sum of RGB (Red+Green+Blue) = 117+54+98=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753662 is #8AC99D. Grayscale: #4D4D4D. Windows color (decimal): -9095582 or 6436469. OLE color: 6436469.

HSL color Cylindrical-coordinate representation of color #753662: hue angle of 318.1º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753662 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 98 -
CMYK 0 0.54 0.16 0.54
HSL 318.1º 0.37% 0.34% -
HSV(B) 318.1º 0.54% 0.46% -
XYZ 10.86 7.3 12.39 -
YUV 77.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 117 54 98 0 0.54 0.16 0.54 318.1 0.37 0.34
Hex 75 36 62 0 36 10 36 13E 25 22
Octal 165 66 142 0 66 20 66 476 45 42
Binary 1110101 110110 1100010 0 110110 10000 110110 100111110 100101 100010

Color Harmonies of #753662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753662

Black with #753662

Text Example


Text Example

White with #753662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753662; }

 p { color: rgb(117,54,98); }

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

background-color css

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

 a { background-color: rgb(117,54,98); }

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

border-color css

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

 span { border-color: rgb(117,54,98); }

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