Html Css Color HEX #753364 Palatinate Purple

📋 copy color: '#753364'

red 117 ◦ green 51 ◦ blue 100

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

Shades of Palatinate Purple #753364

Tints of Palatinate Purple #753364

RGB

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

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

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

R = 43.66%
G = 19.03%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#753364 (or 0x753364) is known color: Palatinate Purple. HEX triplet: 75, 33 and 64. RGB value is (117,51,100). Sum of RGB (Red+Green+Blue) = 117+51+100=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753364 is #8ACC9B. Grayscale: #4C4C4C. Windows color (decimal): -9096348 or 6566773. OLE color: 6566773.

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

Color convert

RGB 117 51 100 -
CMYK 0 0.56 0.15 0.54
HSL 315.45º 0.39% 0.33% -
HSV(B) 315.45º 0.56% 0.46% -
XYZ 10.82 7.07 12.85 -
YUV 76.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 117 51 100 0 0.56 0.15 0.54 315.45 0.39 0.33
Hex 75 33 64 0 38 F 36 13B 27 21
Octal 165 63 144 0 70 17 66 473 47 41
Binary 1110101 110011 1100100 0 111000 1111 110110 100111011 100111 100001

Color Harmonies of #753364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753364

Black with #753364

Text Example


Text Example

White with #753364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753364; }

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

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

background-color css

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

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

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

border-color css

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

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

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