Html Css Color HEX #751761 Palatinate Purple

📋 copy color: '#751761'

red 117 ◦ green 23 ◦ blue 97

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

Shades of Palatinate Purple #751761

Tints of Palatinate Purple #751761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

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

R = 49.37%
G = 9.7%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#751761 (or 0x751761) is known color: Palatinate Purple. HEX triplet: 75, 17 and 61. RGB value is (117,23,97). Sum of RGB (Red+Green+Blue) = 117+23+97=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #751761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751761 is #8AE89E. Grayscale: #3B3B3B. Windows color (decimal): -9103519 or 6362997. OLE color: 6362997.

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

Color convert

RGB 117 23 97 -
CMYK 0 0.80 0.17 0.54
HSL 312.77º 0.67% 0.27% -
HSV(B) 312.77º 0.8% 0.46% -
XYZ 9.8 5.26 11.81 -
YUV 59.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 117 23 97 0 0.80 0.17 0.54 312.77 0.67 0.27
Hex 75 17 61 0 50 11 36 139 43 1B
Octal 165 27 141 0 120 21 66 471 103 33
Binary 1110101 10111 1100001 0 1010000 10001 110110 100111001 1000011 11011

Color Harmonies of #751761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751761

Black with #751761

Text Example


Text Example

White with #751761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751761; }

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

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

background-color css

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

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

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

border-color css

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

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

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