Html Css Color HEX #75346A Palatinate Purple

📋 copy color: '#75346A'

red 117 ◦ green 52 ◦ blue 106

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

Shades of Palatinate Purple #75346A

Tints of Palatinate Purple #75346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

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

R = 42.55%
G = 18.91%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75346A (or 0x75346A) is known color: Palatinate Purple. HEX triplet: 75, 34 and 6A. RGB value is (117,52,106). Sum of RGB (Red+Green+Blue) = 117+52+106=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75346A is #8ACB95. Grayscale: #4D4D4D. Windows color (decimal): -9096086 or 6960245. OLE color: 6960245.

HSL color Cylindrical-coordinate representation of color #75346A: hue angle of 310.15º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75346A is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 106 -
CMYK 0 0.56 0.09 0.54
HSL 310.15º 0.38% 0.33% -
HSV(B) 310.15º 0.56% 0.46% -
XYZ 11.17 7.28 14.45 -
YUV 77.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 117 52 106 0 0.56 0.09 0.54 310.15 0.38 0.33
Hex 75 34 6A 0 38 9 36 136 26 21
Octal 165 64 152 0 70 11 66 466 46 41
Binary 1110101 110100 1101010 0 111000 1001 110110 100110110 100110 100001

Color Harmonies of #75346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75346A

Black with #75346A

Text Example


Text Example

White with #75346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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