Html Css Color HEX #751F58 Palatinate Purple

📋 copy color: '#751F58'

red 117 ◦ green 31 ◦ blue 88

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

Shades of Palatinate Purple #751F58

Tints of Palatinate Purple #751F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 49.58%
G = 13.14%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#751F58 (or 0x751F58) is known color: Palatinate Purple. HEX triplet: 75, 1F and 58. RGB value is (117,31,88). Sum of RGB (Red+Green+Blue) = 117+31+88=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #751F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751F58 is #8AE0A7. Grayscale: #3F3F3F. Windows color (decimal): -9101480 or 5775221. OLE color: 5775221.

HSL color Cylindrical-coordinate representation of color #751F58: hue angle of 320.23º degrees, saturation: 0.58, 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 #751F58 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 31 88 -
CMYK 0 0.74 0.25 0.54
HSL 320.23º 0.58% 0.29% -
HSV(B) 320.23º 0.74% 0.46% -
XYZ 9.59 5.47 9.78 -
YUV 63.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 117 31 88 0 0.74 0.25 0.54 320.23 0.58 0.29
Hex 75 1F 58 0 4A 19 36 140 3A 1D
Octal 165 37 130 0 112 31 66 500 72 35
Binary 1110101 11111 1011000 0 1001010 11001 110110 101000000 111010 11101

Color Harmonies of #751F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F58

Black with #751F58

Text Example


Text Example

White with #751F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,31,88); }

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

background-color css

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

 a { background-color: rgb(117,31,88); }

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

border-color css

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

 span { border-color: rgb(117,31,88); }

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