Html Css Color HEX #751168 Palatinate Purple

📋 copy color: '#751168'

red 117 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #751168

Tints of Palatinate Purple #751168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 49.16%
G = 7.14%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#751168 (or 0x751168) is known color: Palatinate Purple. HEX triplet: 75, 11 and 68. RGB value is (117,17,104). Sum of RGB (Red+Green+Blue) = 117+17+104=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751168 is #8AEE97. Grayscale: #383838. Windows color (decimal): -9105048 or 6820213. OLE color: 6820213.

HSL color Cylindrical-coordinate representation of color #751168: hue angle of 307.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751168 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 104 -
CMYK 0 0.85 0.11 0.54
HSL 307.8º 0.75% 0.26% -
HSV(B) 307.8º 0.85% 0.46% -
XYZ 10.04 5.18 13.57 -
YUV 56.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 117 17 104 0 0.85 0.11 0.54 307.8 0.75 0.26
Hex 75 11 68 0 55 B 36 134 4B 1A
Octal 165 21 150 0 125 13 66 464 113 32
Binary 1110101 10001 1101000 0 1010101 1011 110110 100110100 1001011 11010

Color Harmonies of #751168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751168

Black with #751168

Text Example


Text Example

White with #751168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751168; }

 p { color: rgb(117,17,104); }

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

background-color css

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

 a { background-color: rgb(117,17,104); }

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

border-color css

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

 span { border-color: rgb(117,17,104); }

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