Html Css Color HEX #751C6C Palatinate Purple

📋 copy color: '#751C6C'

red 117 ◦ green 28 ◦ blue 108

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

Shades of Palatinate Purple #751C6C

Tints of Palatinate Purple #751C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 46.25%
G = 11.07%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#751C6C (or 0x751C6C) is known color: Palatinate Purple. HEX triplet: 75, 1C and 6C. RGB value is (117,28,108). Sum of RGB (Red+Green+Blue) = 117+28+108=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #751C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C6C is #8AE393. Grayscale: #3F3F3F. Windows color (decimal): -9102228 or 7085173. OLE color: 7085173.

HSL color Cylindrical-coordinate representation of color #751C6C: hue angle of 306.07º 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 #751C6C is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 108 -
CMYK 0 0.76 0.08 0.54
HSL 306.07º 0.61% 0.28% -
HSV(B) 306.07º 0.76% 0.46% -
XYZ 10.46 5.7 14.74 -
YUV 63.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 117 28 108 0 0.76 0.08 0.54 306.07 0.61 0.28
Hex 75 1C 6C 0 4C 8 36 132 3D 1C
Octal 165 34 154 0 114 10 66 462 75 34
Binary 1110101 11100 1101100 0 1001100 1000 110110 100110010 111101 11100

Color Harmonies of #751C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C6C

Black with #751C6C

Text Example


Text Example

White with #751C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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