Html Css Color HEX #753962 Palatinate Purple

📋 copy color: '#753962'

red 117 ◦ green 57 ◦ blue 98

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

Shades of Palatinate Purple #753962

Tints of Palatinate Purple #753962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 43.01%
G = 20.96%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#753962 (or 0x753962) is known color: Palatinate Purple. HEX triplet: 75, 39 and 62. RGB value is (117,57,98). Sum of RGB (Red+Green+Blue) = 117+57+98=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #753962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753962 is #8AC69D. Grayscale: #4F4F4F. Windows color (decimal): -9094814 or 6437237. OLE color: 6437237.

HSL color Cylindrical-coordinate representation of color #753962: hue angle of 319º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #753962 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 57 98 -
CMYK 0 0.51 0.16 0.54
HSL 319º 0.34% 0.34% -
HSV(B) 319º 0.51% 0.46% -
XYZ 11 7.59 12.44 -
YUV 79.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 117 57 98 0 0.51 0.16 0.54 319 0.34 0.34
Hex 75 39 62 0 33 10 36 13F 22 22
Octal 165 71 142 0 63 20 66 477 42 42
Binary 1110101 111001 1100010 0 110011 10000 110110 100111111 100010 100010

Color Harmonies of #753962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753962

Black with #753962

Text Example


Text Example

White with #753962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753962; }

 p { color: rgb(117,57,98); }

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

background-color css

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

 a { background-color: rgb(117,57,98); }

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

border-color css

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

 span { border-color: rgb(117,57,98); }

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