Html Css Color HEX #75205D Palatinate Purple

📋 copy color: '#75205D'

red 117 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #75205D

Tints of Palatinate Purple #75205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

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

R = 48.35%
G = 13.22%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75205D (or 0x75205D) is known color: Palatinate Purple. HEX triplet: 75, 20 and 5D. RGB value is (117,32,93). Sum of RGB (Red+Green+Blue) = 117+32+93=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75205D is #8ADFA2. Grayscale: #404040. Windows color (decimal): -9101219 or 6103157. OLE color: 6103157.

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

Color convert

RGB 117 32 93 -
CMYK 0 0.73 0.21 0.54
HSL 316.94º 0.57% 0.29% -
HSV(B) 316.94º 0.73% 0.46% -
XYZ 9.83 5.61 10.92 -
YUV 64.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 117 32 93 0 0.73 0.21 0.54 316.94 0.57 0.29
Hex 75 20 5D 0 49 15 36 13D 39 1D
Octal 165 40 135 0 111 25 66 475 71 35
Binary 1110101 100000 1011101 0 1001001 10101 110110 100111101 111001 11101

Color Harmonies of #75205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75205D

Black with #75205D

Text Example


Text Example

White with #75205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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