Html Css Color HEX #753362 Palatinate Purple

📋 copy color: '#753362'

red 117 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #753362

Tints of Palatinate Purple #753362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 43.98%
G = 19.17%
B = 36.84%

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

#753362 (or 0x753362) is known color: Palatinate Purple. HEX triplet: 75, 33 and 62. RGB value is (117,51,98). Sum of RGB (Red+Green+Blue) = 117+51+98=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753362 is #8ACC9D. Grayscale: #4B4B4B. Windows color (decimal): -9096350 or 6435701. OLE color: 6435701.

HSL color Cylindrical-coordinate representation of color #753362: hue angle of 317.27º degrees, saturation: 0.39, 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 #753362 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 98 -
CMYK 0 0.56 0.16 0.54
HSL 317.27º 0.39% 0.33% -
HSV(B) 317.27º 0.56% 0.46% -
XYZ 10.72 7.03 12.35 -
YUV 76.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 117 51 98 0 0.56 0.16 0.54 317.27 0.39 0.33
Hex 75 33 62 0 38 10 36 13D 27 21
Octal 165 63 142 0 70 20 66 475 47 41
Binary 1110101 110011 1100010 0 111000 10000 110110 100111101 100111 100001

Color Harmonies of #753362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753362

Black with #753362

Text Example


Text Example

White with #753362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753362; }

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

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

background-color css

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

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

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

border-color css

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

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

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