Html Css Color HEX #75295E Palatinate Purple

📋 copy color: '#75295E'

red 117 ◦ green 41 ◦ blue 94

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

Shades of Palatinate Purple #75295E

Tints of Palatinate Purple #75295E

RGB

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

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

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

R = 46.43%
G = 16.27%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75295E (or 0x75295E) is known color: Palatinate Purple. HEX triplet: 75, 29 and 5E. RGB value is (117,41,94). Sum of RGB (Red+Green+Blue) = 117+41+94=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75295E is #8AD6A1. Grayscale: #454545. Windows color (decimal): -9098914 or 6170997. OLE color: 6170997.

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

Color convert

RGB 117 41 94 -
CMYK 0 0.65 0.20 0.54
HSL 318.16º 0.48% 0.31% -
HSV(B) 318.16º 0.65% 0.46% -
XYZ 10.15 6.18 11.25 -
YUV 69.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 117 41 94 0 0.65 0.20 0.54 318.16 0.48 0.31
Hex 75 29 5E 0 41 14 36 13E 30 1F
Octal 165 51 136 0 101 24 66 476 60 37
Binary 1110101 101001 1011110 0 1000001 10100 110110 100111110 110000 11111

Color Harmonies of #75295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75295E

Black with #75295E

Text Example


Text Example

White with #75295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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