Html Css Color HEX #753A6B Palatinate Purple

📋 copy color: '#753A6B'

red 117 ◦ green 58 ◦ blue 107

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

Shades of Palatinate Purple #753A6B

Tints of Palatinate Purple #753A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 41.49%
G = 20.57%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#753A6B (or 0x753A6B) is known color: Palatinate Purple. HEX triplet: 75, 3A and 6B. RGB value is (117,58,107). Sum of RGB (Red+Green+Blue) = 117+58+107=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6B is #8AC594. Grayscale: #515151. Windows color (decimal): -9094549 or 7027317. OLE color: 7027317.

HSL color Cylindrical-coordinate representation of color #753A6B: hue angle of 310.17º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A6B is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 107 -
CMYK 0 0.50 0.09 0.54
HSL 310.17º 0.34% 0.34% -
HSV(B) 310.17º 0.5% 0.46% -
XYZ 11.5 7.87 14.82 -
YUV 81.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 117 58 107 0 0.50 0.09 0.54 310.17 0.34 0.34
Hex 75 3A 6B 0 32 9 36 136 22 22
Octal 165 72 153 0 62 11 66 466 42 42
Binary 1110101 111010 1101011 0 110010 1001 110110 100110110 100010 100010

Color Harmonies of #753A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A6B

Black with #753A6B

Text Example


Text Example

White with #753A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,107); }

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

background-color css

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

 a { background-color: rgb(117,58,107); }

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

border-color css

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

 span { border-color: rgb(117,58,107); }

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