Html Css Color HEX #751064 Palatinate Purple

📋 copy color: '#751064'

red 117 ◦ green 16 ◦ blue 100

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

Shades of Palatinate Purple #751064

Tints of Palatinate Purple #751064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

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

R = 50.21%
G = 6.87%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#751064 (or 0x751064) is known color: Palatinate Purple. HEX triplet: 75, 10 and 64. RGB value is (117,16,100). Sum of RGB (Red+Green+Blue) = 117+16+100=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #751064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751064 is #8AEF9B. Grayscale: #373737. Windows color (decimal): -9105308 or 6557813. OLE color: 6557813.

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

Color convert

RGB 117 16 100 -
CMYK 0 0.86 0.15 0.54
HSL 310.1º 0.76% 0.26% -
HSV(B) 310.1º 0.86% 0.46% -
XYZ 9.82 5.07 12.52 -
YUV 55.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 117 16 100 0 0.86 0.15 0.54 310.1 0.76 0.26
Hex 75 10 64 0 56 F 36 136 4C 1A
Octal 165 20 144 0 126 17 66 466 114 32
Binary 1110101 10000 1100100 0 1010110 1111 110110 100110110 1001100 11010

Color Harmonies of #751064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751064

Black with #751064

Text Example


Text Example

White with #751064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751064; }

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

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

background-color css

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

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

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

border-color css

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

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

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