Html Css Color HEX #75236D Palatinate Purple

📋 copy color: '#75236D'

red 117 ◦ green 35 ◦ blue 109

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

Shades of Palatinate Purple #75236D

Tints of Palatinate Purple #75236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 44.83%
G = 13.41%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75236D (or 0x75236D) is known color: Palatinate Purple. HEX triplet: 75, 23 and 6D. RGB value is (117,35,109). Sum of RGB (Red+Green+Blue) = 117+35+109=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75236D is #8ADC92. Grayscale: #434343. Windows color (decimal): -9100435 or 7152501. OLE color: 7152501.

HSL color Cylindrical-coordinate representation of color #75236D: hue angle of 305.85º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75236D is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 109 -
CMYK 0 0.70 0.07 0.54
HSL 305.85º 0.54% 0.3% -
HSV(B) 305.85º 0.7% 0.46% -
XYZ 10.7 6.09 15.08 -
YUV 67.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 117 35 109 0 0.70 0.07 0.54 305.85 0.54 0.3
Hex 75 23 6D 0 46 7 36 132 36 1E
Octal 165 43 155 0 106 7 66 462 66 36
Binary 1110101 100011 1101101 0 1000110 111 110110 100110010 110110 11110

Color Harmonies of #75236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75236D

Black with #75236D

Text Example


Text Example

White with #75236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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