Html Css Color HEX #751464 Palatinate Purple

📋 copy color: '#751464'

red 117 ◦ green 20 ◦ blue 100

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

Shades of Palatinate Purple #751464

Tints of Palatinate Purple #751464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 49.37%
G = 8.44%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#751464 (or 0x751464) is known color: Palatinate Purple. HEX triplet: 75, 14 and 64. RGB value is (117,20,100). Sum of RGB (Red+Green+Blue) = 117+20+100=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #751464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751464 is #8AEB9B. Grayscale: #393939. Windows color (decimal): -9104284 or 6558837. OLE color: 6558837.

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

Color convert

RGB 117 20 100 -
CMYK 0 0.83 0.15 0.54
HSL 310.52º 0.71% 0.27% -
HSV(B) 310.52º 0.83% 0.46% -
XYZ 9.89 5.2 12.54 -
YUV 58.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 117 20 100 0 0.83 0.15 0.54 310.52 0.71 0.27
Hex 75 14 64 0 53 F 36 137 47 1B
Octal 165 24 144 0 123 17 66 467 107 33
Binary 1110101 10100 1100100 0 1010011 1111 110110 100110111 1000111 11011

Color Harmonies of #751464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751464

Black with #751464

Text Example


Text Example

White with #751464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751464; }

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

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

background-color css

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

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

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

border-color css

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

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

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