Html Css Color HEX #753368 Palatinate Purple

📋 copy color: '#753368'

red 117 ◦ green 51 ◦ blue 104

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

Shades of Palatinate Purple #753368

Tints of Palatinate Purple #753368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 43.01%
G = 18.75%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#753368 (or 0x753368) is known color: Palatinate Purple. HEX triplet: 75, 33 and 68. RGB value is (117,51,104). Sum of RGB (Red+Green+Blue) = 117+51+104=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #753368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753368 is #8ACC97. Grayscale: #4C4C4C. Windows color (decimal): -9096344 or 6828917. OLE color: 6828917.

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

Color convert

RGB 117 51 104 -
CMYK 0 0.56 0.11 0.54
HSL 311.82º 0.39% 0.33% -
HSV(B) 311.82º 0.56% 0.46% -
XYZ 11.02 7.15 13.9 -
YUV 76.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 117 51 104 0 0.56 0.11 0.54 311.82 0.39 0.33
Hex 75 33 68 0 38 B 36 138 27 21
Octal 165 63 150 0 70 13 66 470 47 41
Binary 1110101 110011 1101000 0 111000 1011 110110 100111000 100111 100001

Color Harmonies of #753368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753368

Black with #753368

Text Example


Text Example

White with #753368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753368; }

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

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

background-color css

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

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

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

border-color css

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

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

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