Html Css Color HEX #753367 Palatinate Purple

📋 copy color: '#753367'

red 117 ◦ green 51 ◦ blue 103

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

Shades of Palatinate Purple #753367

Tints of Palatinate Purple #753367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 43.17%
G = 18.82%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#753367 (or 0x753367) is known color: Palatinate Purple. HEX triplet: 75, 33 and 67. RGB value is (117,51,103). Sum of RGB (Red+Green+Blue) = 117+51+103=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753367 is #8ACC98. Grayscale: #4C4C4C. Windows color (decimal): -9096345 or 6763381. OLE color: 6763381.

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

Color convert

RGB 117 51 103 -
CMYK 0 0.56 0.12 0.54
HSL 312.73º 0.39% 0.33% -
HSV(B) 312.73º 0.56% 0.46% -
XYZ 10.97 7.13 13.63 -
YUV 76.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 117 51 103 0 0.56 0.12 0.54 312.73 0.39 0.33
Hex 75 33 67 0 38 C 36 139 27 21
Octal 165 63 147 0 70 14 66 471 47 41
Binary 1110101 110011 1100111 0 111000 1100 110110 100111001 100111 100001

Color Harmonies of #753367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753367

Black with #753367

Text Example


Text Example

White with #753367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753367; }

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

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

background-color css

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

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

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

border-color css

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

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

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