Html Css Color HEX #754169 Palatinate Purple

📋 copy color: '#754169'

red 117 ◦ green 65 ◦ blue 105

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

Shades of Palatinate Purple #754169

Tints of Palatinate Purple #754169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 40.77%
G = 22.65%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#754169 (or 0x754169) is known color: Palatinate Purple. HEX triplet: 75, 41 and 69. RGB value is (117,65,105). Sum of RGB (Red+Green+Blue) = 117+65+105=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754169 is #8ABE96. Grayscale: #555555. Windows color (decimal): -9092759 or 6898037. OLE color: 6898037.

HSL color Cylindrical-coordinate representation of color #754169: hue angle of 313.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754169 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 105 -
CMYK 0 0.44 0.10 0.54
HSL 313.85º 0.29% 0.36% -
HSV(B) 313.85º 0.44% 0.46% -
XYZ 11.78 8.58 14.4 -
YUV 85.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 117 65 105 0 0.44 0.10 0.54 313.85 0.29 0.36
Hex 75 41 69 0 2C A 36 13A 1D 24
Octal 165 101 151 0 54 12 66 472 35 44
Binary 1110101 1000001 1101001 0 101100 1010 110110 100111010 11101 100100

Color Harmonies of #754169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754169

Black with #754169

Text Example


Text Example

White with #754169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754169; }

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

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

background-color css

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

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

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

border-color css

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

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

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