Html Css Color HEX #752D6B Palatinate Purple

📋 copy color: '#752D6B'

red 117 ◦ green 45 ◦ blue 107

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

Shades of Palatinate Purple #752D6B

Tints of Palatinate Purple #752D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

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

R = 43.49%
G = 16.73%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#752D6B (or 0x752D6B) is known color: Palatinate Purple. HEX triplet: 75, 2D and 6B. RGB value is (117,45,107). Sum of RGB (Red+Green+Blue) = 117+45+107=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #752D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D6B is #8AD294. Grayscale: #494949. Windows color (decimal): -9097877 or 7023989. OLE color: 7023989.

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

Color convert

RGB 117 45 107 -
CMYK 0 0.62 0.09 0.54
HSL 308.33º 0.44% 0.32% -
HSV(B) 308.33º 0.62% 0.46% -
XYZ 10.93 6.72 14.63 -
YUV 73.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 117 45 107 0 0.62 0.09 0.54 308.33 0.44 0.32
Hex 75 2D 6B 0 3E 9 36 134 2C 20
Octal 165 55 153 0 76 11 66 464 54 40
Binary 1110101 101101 1101011 0 111110 1001 110110 100110100 101100 100000

Color Harmonies of #752D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D6B

Black with #752D6B

Text Example


Text Example

White with #752D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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