Html Css Color HEX #75165C Palatinate Purple

📋 copy color: '#75165C'

red 117 ◦ green 22 ◦ blue 92

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

Shades of Palatinate Purple #75165C

Tints of Palatinate Purple #75165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 50.65%
G = 9.52%
B = 39.83%

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

#75165C (or 0x75165C) is known color: Palatinate Purple. HEX triplet: 75, 16 and 5C. RGB value is (117,22,92). Sum of RGB (Red+Green+Blue) = 117+22+92=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75165C is #8AE9A3. Grayscale: #3A3A3A. Windows color (decimal): -9103780 or 6035061. OLE color: 6035061.

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

Color convert

RGB 117 22 92 -
CMYK 0 0.81 0.21 0.54
HSL 315.79º 0.68% 0.27% -
HSV(B) 315.79º 0.81% 0.46% -
XYZ 9.55 5.13 10.61 -
YUV 58.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 117 22 92 0 0.81 0.21 0.54 315.79 0.68 0.27
Hex 75 16 5C 0 51 15 36 13C 44 1B
Octal 165 26 134 0 121 25 66 474 104 33
Binary 1110101 10110 1011100 0 1010001 10101 110110 100111100 1000100 11011

Color Harmonies of #75165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75165C

Black with #75165C

Text Example


Text Example

White with #75165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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