Html Css Color HEX #75246E Palatinate Purple

📋 copy color: '#75246E'

red 117 ◦ green 36 ◦ blue 110

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

Shades of Palatinate Purple #75246E

Tints of Palatinate Purple #75246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 44.49%
G = 13.69%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75246E (or 0x75246E) is known color: Palatinate Purple. HEX triplet: 75, 24 and 6E. RGB value is (117,36,110). Sum of RGB (Red+Green+Blue) = 117+36+110=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75246E is #8ADB91. Grayscale: #444444. Windows color (decimal): -9100178 or 7218293. OLE color: 7218293.

HSL color Cylindrical-coordinate representation of color #75246E: hue angle of 305.19º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75246E is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 110 -
CMYK 0 0.69 0.06 0.54
HSL 305.19º 0.53% 0.3% -
HSV(B) 305.19º 0.69% 0.46% -
XYZ 10.78 6.17 15.37 -
YUV 68.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 117 36 110 0 0.69 0.06 0.54 305.19 0.53 0.3
Hex 75 24 6E 0 45 6 36 131 35 1E
Octal 165 44 156 0 105 6 66 461 65 36
Binary 1110101 100100 1101110 0 1000101 110 110110 100110001 110101 11110

Color Harmonies of #75246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75246E

Black with #75246E

Text Example


Text Example

White with #75246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,36,110); }

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

background-color css

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

 a { background-color: rgb(117,36,110); }

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

border-color css

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

 span { border-color: rgb(117,36,110); }

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