Html Css Color HEX #750E5E Palatinate Purple

📋 copy color: '#750E5E'

red 117 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #750E5E

Tints of Palatinate Purple #750E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 52%
G = 6.22%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#750E5E (or 0x750E5E) is known color: Palatinate Purple. HEX triplet: 75, 0E and 5E. RGB value is (117,14,94). Sum of RGB (Red+Green+Blue) = 117+14+94=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E5E is #8AF1A1. Grayscale: #353535. Windows color (decimal): -9105826 or 6164085. OLE color: 6164085.

HSL color Cylindrical-coordinate representation of color #750E5E: hue angle of 313.4º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E5E is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 14 94 -
CMYK 0 0.88 0.20 0.54
HSL 313.4º 0.79% 0.26% -
HSV(B) 313.4º 0.88% 0.46% -
XYZ 9.51 4.9 11.03 -
YUV 53.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 117 14 94 0 0.88 0.20 0.54 313.4 0.79 0.26
Hex 75 E 5E 0 58 14 36 139 4F 1A
Octal 165 16 136 0 130 24 66 471 117 32
Binary 1110101 1110 1011110 0 1011000 10100 110110 100111001 1001111 11010

Color Harmonies of #750E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750E5E

Black with #750E5E

Text Example


Text Example

White with #750E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,14,94); }

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

background-color css

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

 a { background-color: rgb(117,14,94); }

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

border-color css

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

 span { border-color: rgb(117,14,94); }

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