Html Css Color HEX #75185D Palatinate Purple

📋 copy color: '#75185D'

red 117 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #75185D

Tints of Palatinate Purple #75185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

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

R = 50%
G = 10.26%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75185D (or 0x75185D) is known color: Palatinate Purple. HEX triplet: 75, 18 and 5D. RGB value is (117,24,93). Sum of RGB (Red+Green+Blue) = 117+24+93=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75185D is #8AE7A2. Grayscale: #3B3B3B. Windows color (decimal): -9103267 or 6101109. OLE color: 6101109.

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

Color convert

RGB 117 24 93 -
CMYK 0 0.79 0.21 0.54
HSL 315.48º 0.66% 0.28% -
HSV(B) 315.48º 0.79% 0.46% -
XYZ 9.64 5.23 10.86 -
YUV 59.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 117 24 93 0 0.79 0.21 0.54 315.48 0.66 0.28
Hex 75 18 5D 0 4F 15 36 13B 42 1C
Octal 165 30 135 0 117 25 66 473 102 34
Binary 1110101 11000 1011101 0 1001111 10101 110110 100111011 1000010 11100

Color Harmonies of #75185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75185D

Black with #75185D

Text Example


Text Example

White with #75185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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