Html Css Color HEX #751C5F Palatinate Purple

📋 copy color: '#751C5F'

red 117 ◦ green 28 ◦ blue 95

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

Shades of Palatinate Purple #751C5F

Tints of Palatinate Purple #751C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 48.75%
G = 11.67%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#751C5F (or 0x751C5F) is known color: Palatinate Purple. HEX triplet: 75, 1C and 5F. RGB value is (117,28,95). Sum of RGB (Red+Green+Blue) = 117+28+95=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #751C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C5F is #8AE3A0. Grayscale: #3E3E3E. Windows color (decimal): -9102241 or 6233205. OLE color: 6233205.

HSL color Cylindrical-coordinate representation of color #751C5F: hue angle of 314.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C5F is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 95 -
CMYK 0 0.76 0.19 0.54
HSL 314.83º 0.61% 0.28% -
HSV(B) 314.83º 0.76% 0.46% -
XYZ 9.82 5.44 11.36 -
YUV 62.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 117 28 95 0 0.76 0.19 0.54 314.83 0.61 0.28
Hex 75 1C 5F 0 4C 13 36 13B 3D 1C
Octal 165 34 137 0 114 23 66 473 75 34
Binary 1110101 11100 1011111 0 1001100 10011 110110 100111011 111101 11100

Color Harmonies of #751C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C5F

Black with #751C5F

Text Example


Text Example

White with #751C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,95); }

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

background-color css

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

 a { background-color: rgb(117,28,95); }

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

border-color css

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

 span { border-color: rgb(117,28,95); }

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