Html Css Color HEX #751960 Palatinate Purple

📋 copy color: '#751960'

red 117 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #751960

Tints of Palatinate Purple #751960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 49.16%
G = 10.5%
B = 40.34%

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

#751960 (or 0x751960) is known color: Palatinate Purple. HEX triplet: 75, 19 and 60. RGB value is (117,25,96). Sum of RGB (Red+Green+Blue) = 117+25+96=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751960 is #8AE69F. Grayscale: #3C3C3C. Windows color (decimal): -9103008 or 6297973. OLE color: 6297973.

HSL color Cylindrical-coordinate representation of color #751960: hue angle of 313.7º degrees, saturation: 0.65, 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 #751960 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 96 -
CMYK 0 0.79 0.18 0.54
HSL 313.7º 0.65% 0.28% -
HSV(B) 313.7º 0.79% 0.46% -
XYZ 9.8 5.32 11.58 -
YUV 60.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 117 25 96 0 0.79 0.18 0.54 313.7 0.65 0.28
Hex 75 19 60 0 4F 12 36 13A 41 1C
Octal 165 31 140 0 117 22 66 472 101 34
Binary 1110101 11001 1100000 0 1001111 10010 110110 100111010 1000001 11100

Color Harmonies of #751960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751960

Black with #751960

Text Example


Text Example

White with #751960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751960; }

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

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

background-color css

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

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

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

border-color css

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

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

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