Html Css Color HEX #751E60 Palatinate Purple

📋 copy color: '#751E60'

red 117 ◦ green 30 ◦ blue 96

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

Shades of Palatinate Purple #751E60

Tints of Palatinate Purple #751E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.35%

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

R = 48.15%
G = 12.35%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#751E60 (or 0x751E60) is known color: Palatinate Purple. HEX triplet: 75, 1E and 60. RGB value is (117,30,96). Sum of RGB (Red+Green+Blue) = 117+30+96=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #751E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E60 is #8AE19F. Grayscale: #3F3F3F. Windows color (decimal): -9101728 or 6299253. OLE color: 6299253.

HSL color Cylindrical-coordinate representation of color #751E60: hue angle of 314.48º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E60 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 96 -
CMYK 0 0.74 0.18 0.54
HSL 314.48º 0.59% 0.29% -
HSV(B) 314.48º 0.74% 0.46% -
XYZ 9.91 5.55 11.62 -
YUV 63.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 117 30 96 0 0.74 0.18 0.54 314.48 0.59 0.29
Hex 75 1E 60 0 4A 12 36 13A 3B 1D
Octal 165 36 140 0 112 22 66 472 73 35
Binary 1110101 11110 1100000 0 1001010 10010 110110 100111010 111011 11101

Color Harmonies of #751E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E60

Black with #751E60

Text Example


Text Example

White with #751E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751E60; }

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

 H1.HeaderClassName
 {
   color: #751E60;
 }
 .AnyTagClassName
 {
   color: #751E60;
 }
</style>

background-color css

<style>
 a { background-color: #751E60; }

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

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

border-color css

<style>
 span { border-color: #751E60; }

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

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