Html Css Color HEX #75246C Palatinate Purple

📋 copy color: '#75246C'

red 117 ◦ green 36 ◦ blue 108

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

Shades of Palatinate Purple #75246C

Tints of Palatinate Purple #75246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 44.83%
G = 13.79%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75246C (or 0x75246C) is known color: Palatinate Purple. HEX triplet: 75, 24 and 6C. RGB value is (117,36,108). Sum of RGB (Red+Green+Blue) = 117+36+108=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75246C is #8ADB93. Grayscale: #444444. Windows color (decimal): -9100180 or 7087221. OLE color: 7087221.

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

Color convert

RGB 117 36 108 -
CMYK 0 0.69 0.08 0.54
HSL 306.67º 0.53% 0.3% -
HSV(B) 306.67º 0.69% 0.46% -
XYZ 10.67 6.13 14.81 -
YUV 68.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 117 36 108 0 0.69 0.08 0.54 306.67 0.53 0.3
Hex 75 24 6C 0 45 8 36 133 35 1E
Octal 165 44 154 0 105 10 66 463 65 36
Binary 1110101 100100 1101100 0 1000101 1000 110110 100110011 110101 11110

Color Harmonies of #75246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75246C

Black with #75246C

Text Example


Text Example

White with #75246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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