Html Css Color HEX #75165D Palatinate Purple

📋 copy color: '#75165D'

red 117 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #75165D

Tints of Palatinate Purple #75165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

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

R = 50.43%
G = 9.48%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75165D (or 0x75165D) is known color: Palatinate Purple. HEX triplet: 75, 16 and 5D. RGB value is (117,22,93). Sum of RGB (Red+Green+Blue) = 117+22+93=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75165D is #8AE9A2. Grayscale: #3A3A3A. Windows color (decimal): -9103779 or 6100597. OLE color: 6100597.

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

Color convert

RGB 117 22 93 -
CMYK 0 0.81 0.21 0.54
HSL 315.16º 0.68% 0.27% -
HSV(B) 315.16º 0.81% 0.46% -
XYZ 9.6 5.15 10.84 -
YUV 58.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 117 22 93 0 0.81 0.21 0.54 315.16 0.68 0.27
Hex 75 16 5D 0 51 15 36 13B 44 1B
Octal 165 26 135 0 121 25 66 473 104 33
Binary 1110101 10110 1011101 0 1010001 10101 110110 100111011 1000100 11011

Color Harmonies of #75165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75165D

Black with #75165D

Text Example


Text Example

White with #75165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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