Html Css Color HEX #751763 Palatinate Purple

📋 copy color: '#751763'

red 117 ◦ green 23 ◦ blue 99

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

Shades of Palatinate Purple #751763

Tints of Palatinate Purple #751763

RGB

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

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

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

R = 48.95%
G = 9.62%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#751763 (or 0x751763) is known color: Palatinate Purple. HEX triplet: 75, 17 and 63. RGB value is (117,23,99). Sum of RGB (Red+Green+Blue) = 117+23+99=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #751763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751763 is #8AE89C. Grayscale: #3B3B3B. Windows color (decimal): -9103517 or 6494069. OLE color: 6494069.

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

Color convert

RGB 117 23 99 -
CMYK 0 0.80 0.15 0.54
HSL 311.49º 0.67% 0.27% -
HSV(B) 311.49º 0.8% 0.46% -
XYZ 9.89 5.3 12.31 -
YUV 59.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 117 23 99 0 0.80 0.15 0.54 311.49 0.67 0.27
Hex 75 17 63 0 50 F 36 137 43 1B
Octal 165 27 143 0 120 17 66 467 103 33
Binary 1110101 10111 1100011 0 1010000 1111 110110 100110111 1000011 11011

Color Harmonies of #751763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751763

Black with #751763

Text Example


Text Example

White with #751763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751763; }

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

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

background-color css

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

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

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

border-color css

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

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

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