Html Css Color HEX #75236C Palatinate Purple

📋 copy color: '#75236C'

red 117 ◦ green 35 ◦ blue 108

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

Shades of Palatinate Purple #75236C

Tints of Palatinate Purple #75236C

RGB

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

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

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

R = 45%
G = 13.46%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75236C (or 0x75236C) is known color: Palatinate Purple. HEX triplet: 75, 23 and 6C. RGB value is (117,35,108). Sum of RGB (Red+Green+Blue) = 117+35+108=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75236C is #8ADC93. Grayscale: #434343. Windows color (decimal): -9100436 or 7086965. OLE color: 7086965.

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

Color convert

RGB 117 35 108 -
CMYK 0 0.70 0.08 0.54
HSL 306.59º 0.54% 0.3% -
HSV(B) 306.59º 0.7% 0.46% -
XYZ 10.64 6.07 14.8 -
YUV 67.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 117 35 108 0 0.70 0.08 0.54 306.59 0.54 0.3
Hex 75 23 6C 0 46 8 36 133 36 1E
Octal 165 43 154 0 106 10 66 463 66 36
Binary 1110101 100011 1101100 0 1000110 1000 110110 100110011 110110 11110

Color Harmonies of #75236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75236C

Black with #75236C

Text Example


Text Example

White with #75236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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