Html Css Color HEX #75345E Palatinate Purple

📋 copy color: '#75345E'

red 117 ◦ green 52 ◦ blue 94

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

Shades of Palatinate Purple #75345E

Tints of Palatinate Purple #75345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 44.49%
G = 19.77%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75345E (or 0x75345E) is known color: Palatinate Purple. HEX triplet: 75, 34 and 5E. RGB value is (117,52,94). Sum of RGB (Red+Green+Blue) = 117+52+94=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75345E is #8ACBA1. Grayscale: #4C4C4C. Windows color (decimal): -9096098 or 6173813. OLE color: 6173813.

HSL color Cylindrical-coordinate representation of color #75345E: hue angle of 321.23º 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 #75345E is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 94 -
CMYK 0 0.56 0.20 0.54
HSL 321.23º 0.38% 0.33% -
HSV(B) 321.23º 0.56% 0.46% -
XYZ 10.58 7.05 11.39 -
YUV 76.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 117 52 94 0 0.56 0.20 0.54 321.23 0.38 0.33
Hex 75 34 5E 0 38 14 36 141 26 21
Octal 165 64 136 0 70 24 66 501 46 41
Binary 1110101 110100 1011110 0 111000 10100 110110 101000001 100110 100001

Color Harmonies of #75345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75345E

Black with #75345E

Text Example


Text Example

White with #75345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75345E; }

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

 H1.HeaderClassName
 {
   color: #75345E;
 }
 .AnyTagClassName
 {
   color: #75345E;
 }
</style>

background-color css

<style>
 a { background-color: #75345E; }

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

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

border-color css

<style>
 span { border-color: #75345E; }

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

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