Html Css Color HEX #753469 Palatinate Purple

📋 copy color: '#753469'

red 117 ◦ green 52 ◦ blue 105

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

Shades of Palatinate Purple #753469

Tints of Palatinate Purple #753469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 42.7%
G = 18.98%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#753469 (or 0x753469) is known color: Palatinate Purple. HEX triplet: 75, 34 and 69. RGB value is (117,52,105). Sum of RGB (Red+Green+Blue) = 117+52+105=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753469 is #8ACB96. Grayscale: #4D4D4D. Windows color (decimal): -9096087 or 6894709. OLE color: 6894709.

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

Color convert

RGB 117 52 105 -
CMYK 0 0.56 0.10 0.54
HSL 311.08º 0.38% 0.33% -
HSV(B) 311.08º 0.56% 0.46% -
XYZ 11.11 7.26 14.18 -
YUV 77.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 117 52 105 0 0.56 0.10 0.54 311.08 0.38 0.33
Hex 75 34 69 0 38 A 36 137 26 21
Octal 165 64 151 0 70 12 66 467 46 41
Binary 1110101 110100 1101001 0 111000 1010 110110 100110111 100110 100001

Color Harmonies of #753469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753469

Black with #753469

Text Example


Text Example

White with #753469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753469; }

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

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

background-color css

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

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

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

border-color css

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

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

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