Html Css Color HEX #752768 Palatinate Purple

📋 copy color: '#752768'

red 117 ◦ green 39 ◦ blue 104

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

Shades of Palatinate Purple #752768

Tints of Palatinate Purple #752768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 104 (41.02% from 255) = 40%

R = 45%
G = 15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#752768 (or 0x752768) is known color: Palatinate Purple. HEX triplet: 75, 27 and 68. RGB value is (117,39,104). Sum of RGB (Red+Green+Blue) = 117+39+104=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #752768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752768 is #8AD897. Grayscale: #454545. Windows color (decimal): -9099416 or 6825845. OLE color: 6825845.

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

Color convert

RGB 117 39 104 -
CMYK 0 0.67 0.11 0.54
HSL 310º 0.5% 0.31% -
HSV(B) 310º 0.67% 0.46% -
XYZ 10.56 6.23 13.74 -
YUV 69.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 117 39 104 0 0.67 0.11 0.54 310 0.5 0.31
Hex 75 27 68 0 43 B 36 136 32 1F
Octal 165 47 150 0 103 13 66 466 62 37
Binary 1110101 100111 1101000 0 1000011 1011 110110 100110110 110010 11111

Color Harmonies of #752768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752768

Black with #752768

Text Example


Text Example

White with #752768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752768; }

 p { color: rgb(117,39,104); }

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

background-color css

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

 a { background-color: rgb(117,39,104); }

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

border-color css

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

 span { border-color: rgb(117,39,104); }

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