Html Css Color HEX #75315D Palatinate Purple

📋 copy color: '#75315D'

red 117 ◦ green 49 ◦ blue 93

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

Shades of Palatinate Purple #75315D

Tints of Palatinate Purple #75315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 45.17%
G = 18.92%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75315D (or 0x75315D) is known color: Palatinate Purple. HEX triplet: 75, 31 and 5D. RGB value is (117,49,93). Sum of RGB (Red+Green+Blue) = 117+49+93=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75315D is #8ACEA2. Grayscale: #4A4A4A. Windows color (decimal): -9096867 or 6107509. OLE color: 6107509.

HSL color Cylindrical-coordinate representation of color #75315D: hue angle of 321.18º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75315D is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 93 -
CMYK 0 0.58 0.21 0.54
HSL 321.18º 0.41% 0.33% -
HSV(B) 321.18º 0.58% 0.46% -
XYZ 10.41 6.77 11.11 -
YUV 74.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 117 49 93 0 0.58 0.21 0.54 321.18 0.41 0.33
Hex 75 31 5D 0 3A 15 36 141 29 21
Octal 165 61 135 0 72 25 66 501 51 41
Binary 1110101 110001 1011101 0 111010 10101 110110 101000001 101001 100001

Color Harmonies of #75315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75315D

Black with #75315D

Text Example


Text Example

White with #75315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75315D; }

 p { color: rgb(117,49,93); }

 H1.HeaderClassName
 {
   color: #75315D;
 }
 .AnyTagClassName
 {
   color: #75315D;
 }
</style>

background-color css

<style>
 a { background-color: #75315D; }

 a { background-color: rgb(117,49,93); }

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

border-color css

<style>
 span { border-color: #75315D; }

 span { border-color: rgb(117,49,93); }

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