Html Css Color HEX #751969 Palatinate Purple

📋 copy color: '#751969'

red 117 ◦ green 25 ◦ blue 105

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

Shades of Palatinate Purple #751969

Tints of Palatinate Purple #751969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 47.37%
G = 10.12%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#751969 (or 0x751969) is known color: Palatinate Purple. HEX triplet: 75, 19 and 69. RGB value is (117,25,105). Sum of RGB (Red+Green+Blue) = 117+25+105=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #751969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751969 is #8AE696. Grayscale: #3D3D3D. Windows color (decimal): -9102999 or 6887797. OLE color: 6887797.

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

Color convert

RGB 117 25 105 -
CMYK 0 0.79 0.10 0.54
HSL 307.83º 0.65% 0.28% -
HSV(B) 307.83º 0.79% 0.46% -
XYZ 10.23 5.5 13.89 -
YUV 61.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 117 25 105 0 0.79 0.10 0.54 307.83 0.65 0.28
Hex 75 19 69 0 4F A 36 134 41 1C
Octal 165 31 151 0 117 12 66 464 101 34
Binary 1110101 11001 1101001 0 1001111 1010 110110 100110100 1000001 11100

Color Harmonies of #751969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751969

Black with #751969

Text Example


Text Example

White with #751969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751969; }

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

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

background-color css

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

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

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

border-color css

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

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

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