Html Css Color HEX #751665 Palatinate Purple

📋 copy color: '#751665'

red 117 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #751665

Tints of Palatinate Purple #751665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 48.75%
G = 9.17%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#751665 (or 0x751665) is known color: Palatinate Purple. HEX triplet: 75, 16 and 65. RGB value is (117,22,101). Sum of RGB (Red+Green+Blue) = 117+22+101=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #751665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751665 is #8AE99A. Grayscale: #3B3B3B. Windows color (decimal): -9103771 or 6624885. OLE color: 6624885.

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

Color convert

RGB 117 22 101 -
CMYK 0 0.81 0.14 0.54
HSL 310.11º 0.68% 0.27% -
HSV(B) 310.11º 0.81% 0.46% -
XYZ 9.97 5.3 12.81 -
YUV 59.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 117 22 101 0 0.81 0.14 0.54 310.11 0.68 0.27
Hex 75 16 65 0 51 E 36 136 44 1B
Octal 165 26 145 0 121 16 66 466 104 33
Binary 1110101 10110 1100101 0 1010001 1110 110110 100110110 1000100 11011

Color Harmonies of #751665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751665

Black with #751665

Text Example


Text Example

White with #751665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751665; }

 p { color: rgb(117,22,101); }

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

background-color css

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

 a { background-color: rgb(117,22,101); }

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

border-color css

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

 span { border-color: rgb(117,22,101); }

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