Html Css Color HEX #751C6A Palatinate Purple

📋 copy color: '#751C6A'

red 117 ◦ green 28 ◦ blue 106

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

Shades of Palatinate Purple #751C6A

Tints of Palatinate Purple #751C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 46.61%
G = 11.16%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#751C6A (or 0x751C6A) is known color: Palatinate Purple. HEX triplet: 75, 1C and 6A. RGB value is (117,28,106). Sum of RGB (Red+Green+Blue) = 117+28+106=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #751C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C6A is #8AE395. Grayscale: #3F3F3F. Windows color (decimal): -9102230 or 6954101. OLE color: 6954101.

HSL color Cylindrical-coordinate representation of color #751C6A: hue angle of 307.42º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C6A is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 106 -
CMYK 0 0.76 0.09 0.54
HSL 307.42º 0.61% 0.28% -
HSV(B) 307.42º 0.76% 0.46% -
XYZ 10.35 5.65 14.18 -
YUV 63.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 117 28 106 0 0.76 0.09 0.54 307.42 0.61 0.28
Hex 75 1C 6A 0 4C 9 36 133 3D 1C
Octal 165 34 152 0 114 11 66 463 75 34
Binary 1110101 11100 1101010 0 1001100 1001 110110 100110011 111101 11100

Color Harmonies of #751C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C6A

Black with #751C6A

Text Example


Text Example

White with #751C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751C6A; }

 p { color: rgb(117,28,106); }

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

background-color css

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

 a { background-color: rgb(117,28,106); }

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

border-color css

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

 span { border-color: rgb(117,28,106); }

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