Html Css Color HEX #752864 Palatinate Purple

📋 copy color: '#752864'

red 117 ◦ green 40 ◦ blue 100

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

Shades of Palatinate Purple #752864

Tints of Palatinate Purple #752864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

 BLUE value IS 100 (39.45% from 255) = 38.91%

R = 45.53%
G = 15.56%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#752864 (or 0x752864) is known color: Palatinate Purple. HEX triplet: 75, 28 and 64. RGB value is (117,40,100). Sum of RGB (Red+Green+Blue) = 117+40+100=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #752864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752864 is #8AD79B. Grayscale: #454545. Windows color (decimal): -9099164 or 6563957. OLE color: 6563957.

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

Color convert

RGB 117 40 100 -
CMYK 0 0.66 0.15 0.54
HSL 313.25º 0.49% 0.31% -
HSV(B) 313.25º 0.66% 0.46% -
XYZ 10.4 6.22 12.71 -
YUV 69.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 117 40 100 0 0.66 0.15 0.54 313.25 0.49 0.31
Hex 75 28 64 0 42 F 36 139 31 1F
Octal 165 50 144 0 102 17 66 471 61 37
Binary 1110101 101000 1100100 0 1000010 1111 110110 100111001 110001 11111

Color Harmonies of #752864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752864

Black with #752864

Text Example


Text Example

White with #752864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752864; }

 p { color: rgb(117,40,100); }

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

background-color css

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

 a { background-color: rgb(117,40,100); }

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

border-color css

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

 span { border-color: rgb(117,40,100); }

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