Html Css Color HEX #75295D Palatinate Purple

📋 copy color: '#75295D'

red 117 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #75295D

Tints of Palatinate Purple #75295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

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

R = 46.61%
G = 16.33%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75295D (or 0x75295D) is known color: Palatinate Purple. HEX triplet: 75, 29 and 5D. RGB value is (117,41,93). Sum of RGB (Red+Green+Blue) = 117+41+93=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75295D is #8AD6A2. Grayscale: #454545. Windows color (decimal): -9098915 or 6105461. OLE color: 6105461.

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

Color convert

RGB 117 41 93 -
CMYK 0 0.65 0.21 0.54
HSL 318.95º 0.48% 0.31% -
HSV(B) 318.95º 0.65% 0.46% -
XYZ 10.1 6.16 11.01 -
YUV 69.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 117 41 93 0 0.65 0.21 0.54 318.95 0.48 0.31
Hex 75 29 5D 0 41 15 36 13F 30 1F
Octal 165 51 135 0 101 25 66 477 60 37
Binary 1110101 101001 1011101 0 1000001 10101 110110 100111111 110000 11111

Color Harmonies of #75295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75295D

Black with #75295D

Text Example


Text Example

White with #75295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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