Html Css Color HEX #753462 Palatinate Purple

📋 copy color: '#753462'

red 117 ◦ green 52 ◦ blue 98

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

Shades of Palatinate Purple #753462

Tints of Palatinate Purple #753462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 43.82%
G = 19.48%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#753462 (or 0x753462) is known color: Palatinate Purple. HEX triplet: 75, 34 and 62. RGB value is (117,52,98). Sum of RGB (Red+Green+Blue) = 117+52+98=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753462 is #8ACB9D. Grayscale: #4C4C4C. Windows color (decimal): -9096094 or 6435957. OLE color: 6435957.

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

Color convert

RGB 117 52 98 -
CMYK 0 0.56 0.16 0.54
HSL 317.54º 0.38% 0.33% -
HSV(B) 317.54º 0.56% 0.46% -
XYZ 10.77 7.12 12.36 -
YUV 76.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 117 52 98 0 0.56 0.16 0.54 317.54 0.38 0.33
Hex 75 34 62 0 38 10 36 13E 26 21
Octal 165 64 142 0 70 20 66 476 46 41
Binary 1110101 110100 1100010 0 111000 10000 110110 100111110 100110 100001

Color Harmonies of #753462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753462

Black with #753462

Text Example


Text Example

White with #753462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753462; }

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

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

background-color css

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

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

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

border-color css

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

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

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