Html Css Color HEX #751663 Palatinate Purple

📋 copy color: '#751663'

red 117 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #751663

Tints of Palatinate Purple #751663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 49.16%
G = 9.24%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#751663 (or 0x751663) is known color: Palatinate Purple. HEX triplet: 75, 16 and 63. RGB value is (117,22,99). Sum of RGB (Red+Green+Blue) = 117+22+99=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751663 is #8AE99C. Grayscale: #3A3A3A. Windows color (decimal): -9103773 or 6493813. OLE color: 6493813.

HSL color Cylindrical-coordinate representation of color #751663: hue angle of 311.37º 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 #751663 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 99 -
CMYK 0 0.81 0.15 0.54
HSL 311.37º 0.68% 0.27% -
HSV(B) 311.37º 0.81% 0.46% -
XYZ 9.88 5.26 12.3 -
YUV 59.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 117 22 99 0 0.81 0.15 0.54 311.37 0.68 0.27
Hex 75 16 63 0 51 F 36 137 44 1B
Octal 165 26 143 0 121 17 66 467 104 33
Binary 1110101 10110 1100011 0 1010001 1111 110110 100110111 1000100 11011

Color Harmonies of #751663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751663

Black with #751663

Text Example


Text Example

White with #751663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751663; }

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

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

background-color css

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

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

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

border-color css

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

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

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