Html Css Color HEX #751669 Palatinate Purple

📋 copy color: '#751669'

red 117 ◦ green 22 ◦ blue 105

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

Shades of Palatinate Purple #751669

Tints of Palatinate Purple #751669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 47.95%
G = 9.02%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#751669 (or 0x751669) is known color: Palatinate Purple. HEX triplet: 75, 16 and 69. RGB value is (117,22,105). Sum of RGB (Red+Green+Blue) = 117+22+105=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #751669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751669 is #8AE996. Grayscale: #3B3B3B. Windows color (decimal): -9103767 or 6887029. OLE color: 6887029.

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

Color convert

RGB 117 22 105 -
CMYK 0 0.81 0.10 0.54
HSL 307.58º 0.68% 0.27% -
HSV(B) 307.58º 0.81% 0.46% -
XYZ 10.17 5.38 13.87 -
YUV 59.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 117 22 105 0 0.81 0.10 0.54 307.58 0.68 0.27
Hex 75 16 69 0 51 A 36 134 44 1B
Octal 165 26 151 0 121 12 66 464 104 33
Binary 1110101 10110 1101001 0 1010001 1010 110110 100110100 1000100 11011

Color Harmonies of #751669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751669

Black with #751669

Text Example


Text Example

White with #751669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751669; }

 p { color: rgb(117,22,105); }

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

background-color css

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

 a { background-color: rgb(117,22,105); }

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

border-color css

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

 span { border-color: rgb(117,22,105); }

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