Html Css Color HEX #75165E Palatinate Purple

📋 copy color: '#75165E'

red 117 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #75165E

Tints of Palatinate Purple #75165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.34%

R = 50.21%
G = 9.44%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75165E (or 0x75165E) is known color: Palatinate Purple. HEX triplet: 75, 16 and 5E. RGB value is (117,22,94). Sum of RGB (Red+Green+Blue) = 117+22+94=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75165E is #8AE9A1. Grayscale: #3A3A3A. Windows color (decimal): -9103778 or 6166133. OLE color: 6166133.

HSL color Cylindrical-coordinate representation of color #75165E: hue angle of 314.53º 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 #75165E is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 94 -
CMYK 0 0.81 0.20 0.54
HSL 314.53º 0.68% 0.27% -
HSV(B) 314.53º 0.81% 0.46% -
XYZ 9.64 5.16 11.08 -
YUV 58.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 117 22 94 0 0.81 0.20 0.54 314.53 0.68 0.27
Hex 75 16 5E 0 51 14 36 13B 44 1B
Octal 165 26 136 0 121 24 66 473 104 33
Binary 1110101 10110 1011110 0 1010001 10100 110110 100111011 1000100 11011

Color Harmonies of #75165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75165E

Black with #75165E

Text Example


Text Example

White with #75165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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