Html Css Color HEX #753F67 Palatinate Purple

📋 copy color: '#753F67'

red 117 ◦ green 63 ◦ blue 103

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

Shades of Palatinate Purple #753F67

Tints of Palatinate Purple #753F67

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

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

R = 41.34%
G = 22.26%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#753F67 (or 0x753F67) is known color: Palatinate Purple. HEX triplet: 75, 3F and 67. RGB value is (117,63,103). Sum of RGB (Red+Green+Blue) = 117+63+103=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F67 is #8AC098. Grayscale: #535353. Windows color (decimal): -9093273 or 6766453. OLE color: 6766453.

HSL color Cylindrical-coordinate representation of color #753F67: hue angle of 315.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #753F67 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 63 103 -
CMYK 0 0.46 0.12 0.54
HSL 315.56º 0.3% 0.35% -
HSV(B) 315.56º 0.46% 0.46% -
XYZ 11.56 8.32 13.83 -
YUV 83.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 117 63 103 0 0.46 0.12 0.54 315.56 0.3 0.35
Hex 75 3F 67 0 2E C 36 13C 1E 23
Octal 165 77 147 0 56 14 66 474 36 43
Binary 1110101 111111 1100111 0 101110 1100 110110 100111100 11110 100011

Color Harmonies of #753F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F67

Black with #753F67

Text Example


Text Example

White with #753F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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