Html Css Color HEX #751860 Palatinate Purple

📋 copy color: '#751860'

red 117 ◦ green 24 ◦ blue 96

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

Shades of Palatinate Purple #751860

Tints of Palatinate Purple #751860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 49.37%
G = 10.13%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#751860 (or 0x751860) is known color: Palatinate Purple. HEX triplet: 75, 18 and 60. RGB value is (117,24,96). Sum of RGB (Red+Green+Blue) = 117+24+96=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #751860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751860 is #8AE79F. Grayscale: #3B3B3B. Windows color (decimal): -9103264 or 6297717. OLE color: 6297717.

HSL color Cylindrical-coordinate representation of color #751860: hue angle of 313.55º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751860 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 96 -
CMYK 0 0.79 0.18 0.54
HSL 313.55º 0.66% 0.28% -
HSV(B) 313.55º 0.79% 0.46% -
XYZ 9.77 5.28 11.57 -
YUV 60.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 117 24 96 0 0.79 0.18 0.54 313.55 0.66 0.28
Hex 75 18 60 0 4F 12 36 13A 42 1C
Octal 165 30 140 0 117 22 66 472 102 34
Binary 1110101 11000 1100000 0 1001111 10010 110110 100111010 1000010 11100

Color Harmonies of #751860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751860

Black with #751860

Text Example


Text Example

White with #751860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751860; }

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

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

background-color css

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

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

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

border-color css

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

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

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