Html Css Color HEX #753762 Palatinate Purple

📋 copy color: '#753762'

red 117 ◦ green 55 ◦ blue 98

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

Shades of Palatinate Purple #753762

Tints of Palatinate Purple #753762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

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

R = 43.33%
G = 20.37%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#753762 (or 0x753762) is known color: Palatinate Purple. HEX triplet: 75, 37 and 62. RGB value is (117,55,98). Sum of RGB (Red+Green+Blue) = 117+55+98=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #753762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753762 is #8AC89D. Grayscale: #4E4E4E. Windows color (decimal): -9095326 or 6436725. OLE color: 6436725.

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

Color convert

RGB 117 55 98 -
CMYK 0 0.53 0.16 0.54
HSL 318.39º 0.36% 0.34% -
HSV(B) 318.39º 0.53% 0.46% -
XYZ 10.91 7.4 12.41 -
YUV 78.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 117 55 98 0 0.53 0.16 0.54 318.39 0.36 0.34
Hex 75 37 62 0 35 10 36 13E 24 22
Octal 165 67 142 0 65 20 66 476 44 42
Binary 1110101 110111 1100010 0 110101 10000 110110 100111110 100100 100010

Color Harmonies of #753762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753762

Black with #753762

Text Example


Text Example

White with #753762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753762; }

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

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

background-color css

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

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

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

border-color css

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

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

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