Html Css Color HEX #752968 Palatinate Purple

📋 copy color: '#752968'

red 117 ◦ green 41 ◦ blue 104

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

Shades of Palatinate Purple #752968

Tints of Palatinate Purple #752968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

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

R = 44.66%
G = 15.65%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#752968 (or 0x752968) is known color: Palatinate Purple. HEX triplet: 75, 29 and 68. RGB value is (117,41,104). Sum of RGB (Red+Green+Blue) = 117+41+104=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #752968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752968 is #8AD697. Grayscale: #464646. Windows color (decimal): -9098904 or 6826357. OLE color: 6826357.

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

Color convert

RGB 117 41 104 -
CMYK 0 0.65 0.11 0.54
HSL 310.26º 0.48% 0.31% -
HSV(B) 310.26º 0.65% 0.46% -
XYZ 10.63 6.37 13.77 -
YUV 70.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 117 41 104 0 0.65 0.11 0.54 310.26 0.48 0.31
Hex 75 29 68 0 41 B 36 136 30 1F
Octal 165 51 150 0 101 13 66 466 60 37
Binary 1110101 101001 1101000 0 1000001 1011 110110 100110110 110000 11111

Color Harmonies of #752968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752968

Black with #752968

Text Example


Text Example

White with #752968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752968; }

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

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

background-color css

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

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

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

border-color css

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

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

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