Html Css Color HEX #75375F Palatinate Purple

📋 copy color: '#75375F'

red 117 ◦ green 55 ◦ blue 95

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

Shades of Palatinate Purple #75375F

Tints of Palatinate Purple #75375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

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

R = 43.82%
G = 20.6%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75375F (or 0x75375F) is known color: Palatinate Purple. HEX triplet: 75, 37 and 5F. RGB value is (117,55,95). Sum of RGB (Red+Green+Blue) = 117+55+95=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75375F is #8AC8A0. Grayscale: #4E4E4E. Windows color (decimal): -9095329 or 6240117. OLE color: 6240117.

HSL color Cylindrical-coordinate representation of color #75375F: hue angle of 321.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75375F is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 95 -
CMYK 0 0.53 0.19 0.54
HSL 321.29º 0.36% 0.34% -
HSV(B) 321.29º 0.53% 0.46% -
XYZ 10.77 7.34 11.68 -
YUV 78.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 117 55 95 0 0.53 0.19 0.54 321.29 0.36 0.34
Hex 75 37 5F 0 35 13 36 141 24 22
Octal 165 67 137 0 65 23 66 501 44 42
Binary 1110101 110111 1011111 0 110101 10011 110110 101000001 100100 100010

Color Harmonies of #75375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75375F

Black with #75375F

Text Example


Text Example

White with #75375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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