Html Css Color HEX #75345F Palatinate Purple

📋 copy color: '#75345F'

red 117 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #75345F

Tints of Palatinate Purple #75345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 44.32%
G = 19.7%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75345F (or 0x75345F) is known color: Palatinate Purple. HEX triplet: 75, 34 and 5F. RGB value is (117,52,95). Sum of RGB (Red+Green+Blue) = 117+52+95=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75345F is #8ACBA0. Grayscale: #4C4C4C. Windows color (decimal): -9096097 or 6239349. OLE color: 6239349.

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

Color convert

RGB 117 52 95 -
CMYK 0 0.56 0.19 0.54
HSL 320.31º 0.38% 0.33% -
HSV(B) 320.31º 0.56% 0.46% -
XYZ 10.63 7.06 11.63 -
YUV 76.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 117 52 95 0 0.56 0.19 0.54 320.31 0.38 0.33
Hex 75 34 5F 0 38 13 36 140 26 21
Octal 165 64 137 0 70 23 66 500 46 41
Binary 1110101 110100 1011111 0 111000 10011 110110 101000000 100110 100001

Color Harmonies of #75345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75345F

Black with #75345F

Text Example


Text Example

White with #75345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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