Html Css Color HEX #75295F Palatinate Purple

📋 copy color: '#75295F'

red 117 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #75295F

Tints of Palatinate Purple #75295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.55%

R = 46.25%
G = 16.21%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75295F (or 0x75295F) is known color: Palatinate Purple. HEX triplet: 75, 29 and 5F. RGB value is (117,41,95). Sum of RGB (Red+Green+Blue) = 117+41+95=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #75295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75295F is #8AD6A0. Grayscale: #454545. Windows color (decimal): -9098913 or 6236533. OLE color: 6236533.

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

Color convert

RGB 117 41 95 -
CMYK 0 0.65 0.19 0.54
HSL 317.37º 0.48% 0.31% -
HSV(B) 317.37º 0.65% 0.46% -
XYZ 10.19 6.19 11.48 -
YUV 69.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 117 41 95 0 0.65 0.19 0.54 317.37 0.48 0.31
Hex 75 29 5F 0 41 13 36 13D 30 1F
Octal 165 51 137 0 101 23 66 475 60 37
Binary 1110101 101001 1011111 0 1000001 10011 110110 100111101 110000 11111

Color Harmonies of #75295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75295F

Black with #75295F

Text Example


Text Example

White with #75295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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