Html Css Color HEX #752069 Palatinate Purple

📋 copy color: '#752069'

red 117 ◦ green 32 ◦ blue 105

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

Shades of Palatinate Purple #752069

Tints of Palatinate Purple #752069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 46.06%
G = 12.6%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#752069 (or 0x752069) is known color: Palatinate Purple. HEX triplet: 75, 20 and 69. RGB value is (117,32,105). Sum of RGB (Red+Green+Blue) = 117+32+105=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #752069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752069 is #8ADF96. Grayscale: #414141. Windows color (decimal): -9101207 or 6889589. OLE color: 6889589.

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

Color convert

RGB 117 32 105 -
CMYK 0 0.73 0.10 0.54
HSL 308.47º 0.57% 0.29% -
HSV(B) 308.47º 0.73% 0.46% -
XYZ 10.4 5.83 13.94 -
YUV 65.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 117 32 105 0 0.73 0.10 0.54 308.47 0.57 0.29
Hex 75 20 69 0 49 A 36 134 39 1D
Octal 165 40 151 0 111 12 66 464 71 35
Binary 1110101 100000 1101001 0 1001001 1010 110110 100110100 111001 11101

Color Harmonies of #752069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752069

Black with #752069

Text Example


Text Example

White with #752069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752069; }

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

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

background-color css

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

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

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

border-color css

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

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

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