Html Css Color HEX #752066 Palatinate Purple

📋 copy color: '#752066'

red 117 ◦ green 32 ◦ blue 102

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

Shades of Palatinate Purple #752066

Tints of Palatinate Purple #752066

RGB

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

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

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

R = 46.61%
G = 12.75%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#752066 (or 0x752066) is known color: Palatinate Purple. HEX triplet: 75, 20 and 66. RGB value is (117,32,102). Sum of RGB (Red+Green+Blue) = 117+32+102=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #752066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752066 is #8ADF99. Grayscale: #414141. Windows color (decimal): -9101210 or 6692981. OLE color: 6692981.

HSL color Cylindrical-coordinate representation of color #752066: hue angle of 310.59º 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 #752066 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 102 -
CMYK 0 0.73 0.13 0.54
HSL 310.59º 0.57% 0.29% -
HSV(B) 310.59º 0.73% 0.46% -
XYZ 10.25 5.77 13.14 -
YUV 65.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 117 32 102 0 0.73 0.13 0.54 310.59 0.57 0.29
Hex 75 20 66 0 49 D 36 137 39 1D
Octal 165 40 146 0 111 15 66 467 71 35
Binary 1110101 100000 1100110 0 1001001 1101 110110 100110111 111001 11101

Color Harmonies of #752066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752066

Black with #752066

Text Example


Text Example

White with #752066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752066; }

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

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

background-color css

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

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

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

border-color css

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

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

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