Html Css Color HEX #75296D Palatinate Purple

📋 copy color: '#75296D'

red 117 ◦ green 41 ◦ blue 109

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

Shades of Palatinate Purple #75296D

Tints of Palatinate Purple #75296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 43.82%
G = 15.36%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75296D (or 0x75296D) is known color: Palatinate Purple. HEX triplet: 75, 29 and 6D. RGB value is (117,41,109). Sum of RGB (Red+Green+Blue) = 117+41+109=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296D is #8AD692. Grayscale: #474747. Windows color (decimal): -9098899 or 7154037. OLE color: 7154037.

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

Color convert

RGB 117 41 109 -
CMYK 0 0.65 0.07 0.54
HSL 306.32º 0.48% 0.31% -
HSV(B) 306.32º 0.65% 0.46% -
XYZ 10.89 6.47 15.14 -
YUV 71.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 117 41 109 0 0.65 0.07 0.54 306.32 0.48 0.31
Hex 75 29 6D 0 41 7 36 132 30 1F
Octal 165 51 155 0 101 7 66 462 60 37
Binary 1110101 101001 1101101 0 1000001 111 110110 100110010 110000 11111

Color Harmonies of #75296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75296D

Black with #75296D

Text Example


Text Example

White with #75296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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