Html Css Color HEX #751764 Palatinate Purple

📋 copy color: '#751764'

red 117 ◦ green 23 ◦ blue 100

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

Shades of Palatinate Purple #751764

Tints of Palatinate Purple #751764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.67%

R = 48.75%
G = 9.58%
B = 41.67%

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

#751764 (or 0x751764) is known color: Palatinate Purple. HEX triplet: 75, 17 and 64. RGB value is (117,23,100). Sum of RGB (Red+Green+Blue) = 117+23+100=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #751764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751764 is #8AE89B. Grayscale: #3B3B3B. Windows color (decimal): -9103516 or 6559605. OLE color: 6559605.

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

Color convert

RGB 117 23 100 -
CMYK 0 0.80 0.15 0.54
HSL 310.85º 0.67% 0.27% -
HSV(B) 310.85º 0.8% 0.46% -
XYZ 9.94 5.31 12.56 -
YUV 59.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 117 23 100 0 0.80 0.15 0.54 310.85 0.67 0.27
Hex 75 17 64 0 50 F 36 137 43 1B
Octal 165 27 144 0 120 17 66 467 103 33
Binary 1110101 10111 1100100 0 1010000 1111 110110 100110111 1000011 11011

Color Harmonies of #751764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751764

Black with #751764

Text Example


Text Example

White with #751764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751764; }

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

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

background-color css

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

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

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

border-color css

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

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

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