Html Css Color HEX #75246F Palatinate Purple

📋 copy color: '#75246F'

red 117 ◦ green 36 ◦ blue 111

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

Shades of Palatinate Purple #75246F

Tints of Palatinate Purple #75246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 44.32%
G = 13.64%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75246F (or 0x75246F) is known color: Palatinate Purple. HEX triplet: 75, 24 and 6F. RGB value is (117,36,111). Sum of RGB (Red+Green+Blue) = 117+36+111=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75246F is #8ADB90. Grayscale: #444444. Windows color (decimal): -9100177 or 7283829. OLE color: 7283829.

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

Color convert

RGB 117 36 111 -
CMYK 0 0.69 0.05 0.54
HSL 304.44º 0.53% 0.3% -
HSV(B) 304.44º 0.69% 0.46% -
XYZ 10.84 6.19 15.66 -
YUV 68.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 117 36 111 0 0.69 0.05 0.54 304.44 0.53 0.3
Hex 75 24 6F 0 45 5 36 130 35 1E
Octal 165 44 157 0 105 5 66 460 65 36
Binary 1110101 100100 1101111 0 1000101 101 110110 100110000 110101 11110

Color Harmonies of #75246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75246F

Black with #75246F

Text Example


Text Example

White with #75246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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