Html Css Color HEX #752F66 Palatinate Purple

📋 copy color: '#752F66'

red 117 ◦ green 47 ◦ blue 102

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

Shades of Palatinate Purple #752F66

Tints of Palatinate Purple #752F66

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

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

R = 43.98%
G = 17.67%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#752F66 (or 0x752F66) is known color: Palatinate Purple. HEX triplet: 75, 2F and 66. RGB value is (117,47,102). Sum of RGB (Red+Green+Blue) = 117+47+102=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #752F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F66 is #8AD099. Grayscale: #4A4A4A. Windows color (decimal): -9097370 or 6696821. OLE color: 6696821.

HSL color Cylindrical-coordinate representation of color #752F66: hue angle of 312.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F66 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 102 -
CMYK 0 0.60 0.13 0.54
HSL 312.86º 0.43% 0.32% -
HSV(B) 312.86º 0.6% 0.46% -
XYZ 10.75 6.77 13.31 -
YUV 74.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 117 47 102 0 0.60 0.13 0.54 312.86 0.43 0.32
Hex 75 2F 66 0 3C D 36 139 2B 20
Octal 165 57 146 0 74 15 66 471 53 40
Binary 1110101 101111 1100110 0 111100 1101 110110 100111001 101011 100000

Color Harmonies of #752F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F66

Black with #752F66

Text Example


Text Example

White with #752F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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