Html Css Color HEX #732360 Palatinate Purple

📋 copy color: '#732360'

red 115 ◦ green 35 ◦ blue 96

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

Shades of Palatinate Purple #732360

Tints of Palatinate Purple #732360

RGB

 RED value IS 115 (45.31% from 255) = 46.75%

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

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 46.75%
G = 14.23%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#732360 (or 0x732360) is known color: Palatinate Purple. HEX triplet: 73, 23 and 60. RGB value is (115,35,96). Sum of RGB (Red+Green+Blue) = 115+35+96=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #732360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732360 is #8CDC9F. Grayscale: #414141. Windows color (decimal): -9231520 or 6300531. OLE color: 6300531.

HSL color Cylindrical-coordinate representation of color #732360: hue angle of 314.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732360 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 96 -
CMYK 0 0.70 0.17 0.55
HSL 314.25º 0.53% 0.29% -
HSV(B) 314.25º 0.7% 0.45% -
XYZ 9.78 5.69 11.65 -
YUV 65.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 115 35 96 0 0.70 0.17 0.55 314.25 0.53 0.29
Hex 73 23 60 0 46 11 37 13A 35 1D
Octal 163 43 140 0 106 21 67 472 65 35
Binary 1110011 100011 1100000 0 1000110 10001 110111 100111010 110101 11101

Color Harmonies of #732360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732360

Black with #732360

Text Example


Text Example

White with #732360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732360; }

 p { color: rgb(115,35,96); }

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

background-color css

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

 a { background-color: rgb(115,35,96); }

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

border-color css

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

 span { border-color: rgb(115,35,96); }

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