Html Css Color HEX #754269 Palatinate Purple

📋 copy color: '#754269'

red 117 ◦ green 66 ◦ blue 105

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

Shades of Palatinate Purple #754269

Tints of Palatinate Purple #754269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

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

R = 40.63%
G = 22.92%
B = 36.46%

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

#754269 (or 0x754269) is known color: Palatinate Purple. HEX triplet: 75, 42 and 69. RGB value is (117,66,105). Sum of RGB (Red+Green+Blue) = 117+66+105=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #754269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754269 is #8ABD96. Grayscale: #555555. Windows color (decimal): -9092503 or 6898293. OLE color: 6898293.

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

Color convert

RGB 117 66 105 -
CMYK 0 0.44 0.10 0.54
HSL 314.12º 0.28% 0.36% -
HSV(B) 314.12º 0.44% 0.46% -
XYZ 11.83 8.7 14.42 -
YUV 85.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 117 66 105 0 0.44 0.10 0.54 314.12 0.28 0.36
Hex 75 42 69 0 2C A 36 13A 1C 24
Octal 165 102 151 0 54 12 66 472 34 44
Binary 1110101 1000010 1101001 0 101100 1010 110110 100111010 11100 100100

Color Harmonies of #754269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754269

Black with #754269

Text Example


Text Example

White with #754269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754269; }

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

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

background-color css

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

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

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

border-color css

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

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

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