Html Css Color HEX #75366B Palatinate Purple

📋 copy color: '#75366B'

red 117 ◦ green 54 ◦ blue 107

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

Shades of Palatinate Purple #75366B

Tints of Palatinate Purple #75366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.49%

R = 42.09%
G = 19.42%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75366B (or 0x75366B) is known color: Palatinate Purple. HEX triplet: 75, 36 and 6B. RGB value is (117,54,107). Sum of RGB (Red+Green+Blue) = 117+54+107=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75366B is #8AC994. Grayscale: #4E4E4E. Windows color (decimal): -9095573 or 7026293. OLE color: 7026293.

HSL color Cylindrical-coordinate representation of color #75366B: hue angle of 309.52º 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 #75366B is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 107 -
CMYK 0 0.54 0.09 0.54
HSL 309.52º 0.37% 0.34% -
HSV(B) 309.52º 0.54% 0.46% -
XYZ 11.31 7.48 14.76 -
YUV 78.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 117 54 107 0 0.54 0.09 0.54 309.52 0.37 0.34
Hex 75 36 6B 0 36 9 36 136 25 22
Octal 165 66 153 0 66 11 66 466 45 42
Binary 1110101 110110 1101011 0 110110 1001 110110 100110110 100101 100010

Color Harmonies of #75366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75366B

Black with #75366B

Text Example


Text Example

White with #75366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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