Html Css Color HEX #75155D Palatinate Purple

📋 copy color: '#75155D'

red 117 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #75155D

Tints of Palatinate Purple #75155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 50.65%
G = 9.09%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75155D (or 0x75155D) is known color: Palatinate Purple. HEX triplet: 75, 15 and 5D. RGB value is (117,21,93). Sum of RGB (Red+Green+Blue) = 117+21+93=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75155D is #8AEAA2. Grayscale: #393939. Windows color (decimal): -9104035 or 6100341. OLE color: 6100341.

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

Color convert

RGB 117 21 93 -
CMYK 0 0.82 0.21 0.54
HSL 315º 0.7% 0.27% -
HSV(B) 315º 0.82% 0.46% -
XYZ 9.58 5.11 10.84 -
YUV 57.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 117 21 93 0 0.82 0.21 0.54 315 0.7 0.27
Hex 75 15 5D 0 52 15 36 13B 46 1B
Octal 165 25 135 0 122 25 66 473 106 33
Binary 1110101 10101 1011101 0 1010010 10101 110110 100111011 1000110 11011

Color Harmonies of #75155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75155D

Black with #75155D

Text Example


Text Example

White with #75155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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