Html Css Color HEX #751565 Palatinate Purple

📋 copy color: '#751565'

red 117 ◦ green 21 ◦ blue 101

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

Shades of Palatinate Purple #751565

Tints of Palatinate Purple #751565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 48.95%
G = 8.79%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#751565 (or 0x751565) is known color: Palatinate Purple. HEX triplet: 75, 15 and 65. RGB value is (117,21,101). Sum of RGB (Red+Green+Blue) = 117+21+101=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #751565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751565 is #8AEA9A. Grayscale: #3A3A3A. Windows color (decimal): -9104027 or 6624629. OLE color: 6624629.

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

Color convert

RGB 117 21 101 -
CMYK 0 0.82 0.14 0.54
HSL 310º 0.7% 0.27% -
HSV(B) 310º 0.82% 0.46% -
XYZ 9.95 5.26 12.8 -
YUV 58.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 117 21 101 0 0.82 0.14 0.54 310 0.7 0.27
Hex 75 15 65 0 52 E 36 136 46 1B
Octal 165 25 145 0 122 16 66 466 106 33
Binary 1110101 10101 1100101 0 1010010 1110 110110 100110110 1000110 11011

Color Harmonies of #751565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751565

Black with #751565

Text Example


Text Example

White with #751565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751565; }

 p { color: rgb(117,21,101); }

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

background-color css

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

 a { background-color: rgb(117,21,101); }

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

border-color css

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

 span { border-color: rgb(117,21,101); }

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