Html Css Color HEX #751566 Palatinate Purple

📋 copy color: '#751566'

red 117 ◦ green 21 ◦ blue 102

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

Shades of Palatinate Purple #751566

Tints of Palatinate Purple #751566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 48.75%
G = 8.75%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#751566 (or 0x751566) is known color: Palatinate Purple. HEX triplet: 75, 15 and 66. RGB value is (117,21,102). Sum of RGB (Red+Green+Blue) = 117+21+102=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #751566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751566 is #8AEA99. Grayscale: #3A3A3A. Windows color (decimal): -9104026 or 6690165. OLE color: 6690165.

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

Color convert

RGB 117 21 102 -
CMYK 0 0.82 0.13 0.54
HSL 309.38º 0.7% 0.27% -
HSV(B) 309.38º 0.82% 0.46% -
XYZ 10 5.28 13.06 -
YUV 58.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 117 21 102 0 0.82 0.13 0.54 309.38 0.7 0.27
Hex 75 15 66 0 52 D 36 135 46 1B
Octal 165 25 146 0 122 15 66 465 106 33
Binary 1110101 10101 1100110 0 1010010 1101 110110 100110101 1000110 11011

Color Harmonies of #751566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751566

Black with #751566

Text Example


Text Example

White with #751566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751566; }

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

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

background-color css

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

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

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

border-color css

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

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

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