Html Css Color HEX #752966 Palatinate Purple

📋 copy color: '#752966'

red 117 ◦ green 41 ◦ blue 102

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

Shades of Palatinate Purple #752966

Tints of Palatinate Purple #752966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 102 (40.23% from 255) = 39.23%

R = 45%
G = 15.77%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#752966 (or 0x752966) is known color: Palatinate Purple. HEX triplet: 75, 29 and 66. RGB value is (117,41,102). Sum of RGB (Red+Green+Blue) = 117+41+102=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #752966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752966 is #8AD699. Grayscale: #464646. Windows color (decimal): -9098906 or 6695285. OLE color: 6695285.

HSL color Cylindrical-coordinate representation of color #752966: hue angle of 311.84º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752966 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 102 -
CMYK 0 0.65 0.13 0.54
HSL 311.84º 0.48% 0.31% -
HSV(B) 311.84º 0.65% 0.46% -
XYZ 10.53 6.33 13.24 -
YUV 70.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 117 41 102 0 0.65 0.13 0.54 311.84 0.48 0.31
Hex 75 29 66 0 41 D 36 138 30 1F
Octal 165 51 146 0 101 15 66 470 60 37
Binary 1110101 101001 1100110 0 1000001 1101 110110 100111000 110000 11111

Color Harmonies of #752966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752966

Black with #752966

Text Example


Text Example

White with #752966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752966; }

 p { color: rgb(117,41,102); }

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

background-color css

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

 a { background-color: rgb(117,41,102); }

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

border-color css

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

 span { border-color: rgb(117,41,102); }

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