Html Css Color HEX #750D5D Palatinate Purple

📋 copy color: '#750D5D'

red 117 ◦ green 13 ◦ blue 93

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

Shades of Palatinate Purple #750D5D

Tints of Palatinate Purple #750D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 52.47%
G = 5.83%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#750D5D (or 0x750D5D) is known color: Palatinate Purple. HEX triplet: 75, 0D and 5D. RGB value is (117,13,93). Sum of RGB (Red+Green+Blue) = 117+13+93=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D5D is #8AF2A2. Grayscale: #353535. Windows color (decimal): -9106083 or 6098293. OLE color: 6098293.

HSL color Cylindrical-coordinate representation of color #750D5D: hue angle of 313.85º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D5D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 93 -
CMYK 0 0.89 0.21 0.54
HSL 313.85º 0.8% 0.25% -
HSV(B) 313.85º 0.89% 0.46% -
XYZ 9.46 4.86 10.8 -
YUV 53.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 117 13 93 0 0.89 0.21 0.54 313.85 0.8 0.25
Hex 75 D 5D 0 59 15 36 13A 50 19
Octal 165 15 135 0 131 25 66 472 120 31
Binary 1110101 1101 1011101 0 1011001 10101 110110 100111010 1010000 11001

Color Harmonies of #750D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D5D

Black with #750D5D

Text Example


Text Example

White with #750D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D5D; }

 p { color: rgb(117,13,93); }

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

background-color css

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

 a { background-color: rgb(117,13,93); }

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

border-color css

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

 span { border-color: rgb(117,13,93); }

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