Html Css Color HEX #75366C Palatinate Purple

📋 copy color: '#75366C'

red 117 ◦ green 54 ◦ blue 108

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

Shades of Palatinate Purple #75366C

Tints of Palatinate Purple #75366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 41.94%
G = 19.35%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75366C (or 0x75366C) is known color: Palatinate Purple. HEX triplet: 75, 36 and 6C. RGB value is (117,54,108). Sum of RGB (Red+Green+Blue) = 117+54+108=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75366C is #8AC993. Grayscale: #4E4E4E. Windows color (decimal): -9095572 or 7091829. OLE color: 7091829.

HSL color Cylindrical-coordinate representation of color #75366C: hue angle of 308.57º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75366C is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 108 -
CMYK 0 0.54 0.08 0.54
HSL 308.57º 0.37% 0.34% -
HSV(B) 308.57º 0.54% 0.46% -
XYZ 11.36 7.5 15.04 -
YUV 78.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 117 54 108 0 0.54 0.08 0.54 308.57 0.37 0.34
Hex 75 36 6C 0 36 8 36 135 25 22
Octal 165 66 154 0 66 10 66 465 45 42
Binary 1110101 110110 1101100 0 110110 1000 110110 100110101 100101 100010

Color Harmonies of #75366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75366C

Black with #75366C

Text Example


Text Example

White with #75366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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