Html Css Color HEX #750F60 Palatinate Purple

📋 copy color: '#750F60'

red 117 ◦ green 15 ◦ blue 96

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

Shades of Palatinate Purple #750F60

Tints of Palatinate Purple #750F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 51.32%
G = 6.58%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#750F60 (or 0x750F60) is known color: Palatinate Purple. HEX triplet: 75, 0F and 60. RGB value is (117,15,96). Sum of RGB (Red+Green+Blue) = 117+15+96=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #750F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F60 is #8AF09F. Grayscale: #363636. Windows color (decimal): -9105568 or 6295413. OLE color: 6295413.

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

Color convert

RGB 117 15 96 -
CMYK 0 0.87 0.18 0.54
HSL 312.35º 0.77% 0.26% -
HSV(B) 312.35º 0.87% 0.46% -
XYZ 9.62 4.97 11.52 -
YUV 54.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 117 15 96 0 0.87 0.18 0.54 312.35 0.77 0.26
Hex 75 F 60 0 57 12 36 138 4D 1A
Octal 165 17 140 0 127 22 66 470 115 32
Binary 1110101 1111 1100000 0 1010111 10010 110110 100111000 1001101 11010

Color Harmonies of #750F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F60

Black with #750F60

Text Example


Text Example

White with #750F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,15,96); }

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

background-color css

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

 a { background-color: rgb(117,15,96); }

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

border-color css

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

 span { border-color: rgb(117,15,96); }

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