Html Css Color HEX #751561 Palatinate Purple

📋 copy color: '#751561'

red 117 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #751561

Tints of Palatinate Purple #751561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 49.79%
G = 8.94%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#751561 (or 0x751561) is known color: Palatinate Purple. HEX triplet: 75, 15 and 61. RGB value is (117,21,97). Sum of RGB (Red+Green+Blue) = 117+21+97=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #751561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751561 is #8AEA9E. Grayscale: #3A3A3A. Windows color (decimal): -9104031 or 6362485. OLE color: 6362485.

HSL color Cylindrical-coordinate representation of color #751561: hue angle of 312.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751561 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 97 -
CMYK 0 0.82 0.17 0.54
HSL 312.5º 0.7% 0.27% -
HSV(B) 312.5º 0.82% 0.46% -
XYZ 9.76 5.18 11.79 -
YUV 58.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 117 21 97 0 0.82 0.17 0.54 312.5 0.7 0.27
Hex 75 15 61 0 52 11 36 138 46 1B
Octal 165 25 141 0 122 21 66 470 106 33
Binary 1110101 10101 1100001 0 1010010 10001 110110 100111000 1000110 11011

Color Harmonies of #751561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751561

Black with #751561

Text Example


Text Example

White with #751561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751561; }

 p { color: rgb(117,21,97); }

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

background-color css

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

 a { background-color: rgb(117,21,97); }

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

border-color css

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

 span { border-color: rgb(117,21,97); }

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