Html Css Color HEX #753669 Palatinate Purple

📋 copy color: '#753669'

red 117 ◦ green 54 ◦ blue 105

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

Shades of Palatinate Purple #753669

Tints of Palatinate Purple #753669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 42.39%
G = 19.57%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#753669 (or 0x753669) is known color: Palatinate Purple. HEX triplet: 75, 36 and 69. RGB value is (117,54,105). Sum of RGB (Red+Green+Blue) = 117+54+105=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #753669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753669 is #8AC996. Grayscale: #4E4E4E. Windows color (decimal): -9095575 or 6895221. OLE color: 6895221.

HSL color Cylindrical-coordinate representation of color #753669: hue angle of 311.43º 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 #753669 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 105 -
CMYK 0 0.54 0.10 0.54
HSL 311.43º 0.37% 0.34% -
HSV(B) 311.43º 0.54% 0.46% -
XYZ 11.21 7.44 14.21 -
YUV 78.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 117 54 105 0 0.54 0.10 0.54 311.43 0.37 0.34
Hex 75 36 69 0 36 A 36 137 25 22
Octal 165 66 151 0 66 12 66 467 45 42
Binary 1110101 110110 1101001 0 110110 1010 110110 100110111 100101 100010

Color Harmonies of #753669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753669

Black with #753669

Text Example


Text Example

White with #753669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753669; }

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

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

background-color css

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

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

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

border-color css

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

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

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