Html Css Color HEX #754069 Palatinate Purple

📋 copy color: '#754069'

red 117 ◦ green 64 ◦ blue 105

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

Shades of Palatinate Purple #754069

Tints of Palatinate Purple #754069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 40.91%
G = 22.38%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#754069 (or 0x754069) is known color: Palatinate Purple. HEX triplet: 75, 40 and 69. RGB value is (117,64,105). Sum of RGB (Red+Green+Blue) = 117+64+105=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #754069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754069 is #8ABF96. Grayscale: #545454. Windows color (decimal): -9093015 or 6897781. OLE color: 6897781.

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

Color convert

RGB 117 64 105 -
CMYK 0 0.45 0.10 0.54
HSL 313.58º 0.29% 0.35% -
HSV(B) 313.58º 0.45% 0.46% -
XYZ 11.72 8.47 14.38 -
YUV 84.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 117 64 105 0 0.45 0.10 0.54 313.58 0.29 0.35
Hex 75 40 69 0 2D A 36 13A 1D 23
Octal 165 100 151 0 55 12 66 472 35 43
Binary 1110101 1000000 1101001 0 101101 1010 110110 100111010 11101 100011

Color Harmonies of #754069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754069

Black with #754069

Text Example


Text Example

White with #754069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754069; }

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

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

background-color css

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

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

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

border-color css

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

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

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