Html Css Color HEX #752E6B Palatinate Purple

📋 copy color: '#752E6B'

red 117 ◦ green 46 ◦ blue 107

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

Shades of Palatinate Purple #752E6B

Tints of Palatinate Purple #752E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 43.33%
G = 17.04%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#752E6B (or 0x752E6B) is known color: Palatinate Purple. HEX triplet: 75, 2E and 6B. RGB value is (117,46,107). Sum of RGB (Red+Green+Blue) = 117+46+107=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #752E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E6B is #8AD194. Grayscale: #4A4A4A. Windows color (decimal): -9097621 or 7024245. OLE color: 7024245.

HSL color Cylindrical-coordinate representation of color #752E6B: hue angle of 308.45º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E6B is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 107 -
CMYK 0 0.61 0.09 0.54
HSL 308.45º 0.44% 0.32% -
HSV(B) 308.45º 0.61% 0.46% -
XYZ 10.97 6.8 14.64 -
YUV 74.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 117 46 107 0 0.61 0.09 0.54 308.45 0.44 0.32
Hex 75 2E 6B 0 3D 9 36 134 2C 20
Octal 165 56 153 0 75 11 66 464 54 40
Binary 1110101 101110 1101011 0 111101 1001 110110 100110100 101100 100000

Color Harmonies of #752E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E6B

Black with #752E6B

Text Example


Text Example

White with #752E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E6B; }

 p { color: rgb(117,46,107); }

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

background-color css

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

 a { background-color: rgb(117,46,107); }

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

border-color css

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

 span { border-color: rgb(117,46,107); }

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